Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devrev/repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deployable: true
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# chef-cli

DevRev auxiliary CLI for ADaaS recipe development
DevRev auxiliary CLI for Airdrop snap-in recipe development.

General ADaaS documentation: https://developer.devrev.ai/snapin-development/adaas/overview
General Airdrop snap-in documentation: https://developer.devrev.ai/airdrop

chef-cli documentation is under [/docs](docs)
chef-cli documentation: https://developer.devrev.ai/airdrop/initial-domain-mapping

## Install chef-cli

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`
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

Expand All @@ -22,16 +23,9 @@ 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):
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
```

## Documentation

- [Step-by-Step Guide](docs/step_by_step.md)
- [Supported Types](docs/supported_types.md)
- [Tips](docs/tips.md)
- [Reasons why some mappings might be unavailable](docs/mapping_reasons.md)
- [Using chef-cli as an MCP Server](docs/mcp.md)
90 changes: 0 additions & 90 deletions docs/importing_articles.md

This file was deleted.

76 changes: 0 additions & 76 deletions docs/initial_domain_mapping_setup.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/mapping_reasons.md

This file was deleted.

41 changes: 0 additions & 41 deletions docs/mcp.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/platform_groups.md

This file was deleted.

Loading