You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI tool is provided to assist you in this repo. Under [releases](https://github.com/devrev/adaas-chef-cli/releases), select the binary appropriate for your operating system, and install it in your path (or just remember its location). In the following steps we will assume it is available as `$ chef-cli`
11
+
Under [releases](https://github.com/devrev/adaas-chef-cli/releases), select the binary appropriate for your operating system, and install it in your path (or remember its location).
12
+
In the following steps we will assume it is available as `$ chef-cli`
12
13
13
14
### Install auto-completions
14
15
@@ -22,16 +23,9 @@ And restart your shell.
22
23
23
24
We support Bash and ZSH. Make sure to run the script from project home directory.
24
25
25
-
To install PowerShell auto-completions, first run `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`. Then open the PowerShell profile (with `code $profile` or `notepad $profile`) and add this line (make sure to replace `/path/to/this/repo` with the path to this repository):
26
+
To install PowerShell auto-completions, first run `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`.
27
+
Then open the PowerShell profile (with `code $profile` or `notepad $profile`) and add this line (make sure to replace `/path/to/this/repo` with the path to this repository):
26
28
27
29
```text
28
30
/path/to/this/repo/autocomplete/chef-cli.ps1
29
31
```
30
-
31
-
## Documentation
32
-
33
-
-[Step-by-Step Guide](docs/step_by_step.md)
34
-
-[Supported Types](docs/supported_types.md)
35
-
-[Tips](docs/tips.md)
36
-
-[Reasons why some mappings might be unavailable](docs/mapping_reasons.md)
0 commit comments