https://github.com/devrev/adaas-chef-cli
DevRev auxiliary CLI for ADaaS recipe development
https://github.com/devrev/adaas-chef-cli
Last synced: 24 days ago
JSON representation
DevRev auxiliary CLI for ADaaS recipe development
- Host: GitHub
- URL: https://github.com/devrev/adaas-chef-cli
- Owner: devrev
- License: other
- Created: 2024-07-24T09:45:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-02T13:55:52.000Z (4 months ago)
- Last Synced: 2025-12-05T11:41:29.247Z (4 months ago)
- Language: Shell
- Homepage: https://developer.devrev.ai/snapin-development/adaas/overview
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# chef-cli
DevRev auxiliary CLI for Airdrop snap-in recipe development.
General Airdrop snap-in documentation: https://developer.devrev.ai/airdrop
chef-cli documentation: https://developer.devrev.ai/airdrop/initial-domain-mapping
## Install chef-cli
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).
In the following steps we will assume it is available as `$ chef-cli`
### Install auto-completions
To install auto-completions on Linux or Mac, you can run:
```bash
./install_completions.sh
```
And restart your shell.
We support Bash and ZSH. Make sure to run the script from project home directory.
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):
```text
/path/to/this/repo/autocomplete/chef-cli.ps1
```