Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DarqueWarrior/posh-dapr

An improved tab completion for Dapr
https://github.com/DarqueWarrior/posh-dapr

Last synced: 9 days ago
JSON representation

An improved tab completion for Dapr

Awesome Lists containing this project

README

        

# posh-dapr

posh-dapr provides tab completion that goes beyond that supported by the `dapr completion` command that comes with Dapr.

posh-dapr lets you tab complete sub commands, flags and instance names. It also supports filtered completion. For example, with posh-dapr, PowerShell can tab complete dapr commands like `stop` by type `dapr st` and pressing the tab key twice. If you continue to press tab you will cycle between the `status` and `stop` commands.

posh-dapr can complete instance names for the `stop` command. For example, you can type `dapr stop` and pressing the tab to cycle through all the running instances of dapr.

posh-dapr can complete runtime versions. For example, you can type `dapr init --runtime-version` and pressing the tab to cycle through all the release of the dapr runtime.

## install

```powershell
Install-Module -Name posh-dapr
```

Based on work by

- Keith Dahlby,
- Mark Embling,
- Jeremy Skinner,