@kemu-io/kemu-cli
v0.1.8
Published
A CLI tool to execute Kemu recipes.
Downloads
592
Readme
Kemu CLI
A CLI tool to execute Kemu recipes.
Installation
Install the package via npm:
npm install -g @kemu-io/kemu-cliOr install locally:
npm install @kemu-io/kemu-cliAfter installation, the kemu binary will be available in your PATH (for global installs) or in node_modules/.bin/ (for local installs).
Usage
Running a Recipe
To execute a Kemu recipe:
kemu run ./recipe.kemuOr if installed locally:
npx kemu run ./recipe.kemuCommand Options
-e, --env <path>: Path to.envfile containing environment variables--env-file <path>: Path to.envfile (alias for--env)
Example
kemu run ./my-recipe.kemu --env .envHow It Works
When you run a recipe, the CLI tool:
- Loads and validates the
.kemurecipe file - Detects required services from the recipe
- Downloads and installs missing services from the Kemu Marketplace
- Sets up the execution environment
- Executes the recipe with your environment variables
Services are automatically cached locally, so subsequent runs are faster.
License
Proprietary software copyright (c) Kemu Platform. All rights reserved.
