Reference
Global
Section titled “Global”-o, --org
Section titled “-o, --org”Organization to use when executing commands
-v, --verbose
Section titled “-v, --verbose”Verbose output, include times-stamps, files and rows for print-outs
-L, --local
Section titled “-L, --local”Deploy to local instance
-C, --cloud
Section titled “-C, --cloud”Deploy to cloud
--host
Section titled “--host”Host to use when deploying application
-p, --port
Section titled “-p, --port”Port to use when deploying application
-h, --help
Section titled “-h, --help”Print heim cli help message
-V,--version
Section titled “-V,--version”Print heim cli version
<COMMAND> Help
Section titled “<COMMAND> Help”heim <COMMAND> helpPrint heim cli help message
<COMMAND> the heim cli command to print the help for
New [OPTIONS] [TEMPLATE]
Section titled “New [OPTIONS] [TEMPLATE]”heim new [OPTIONS] [TEMPLATE]Create new project from a template.
[TEMPLATE] Name of the template to create a project from, Template list
-s <SPEC>, --specification <SPEC>
Section titled “-s <SPEC>, --specification <SPEC>”Aliases
--spec <SPEC>
The specification to use to set the template values.
<SPEC> the path to the specification.
-w, --workspace
Section titled “-w, --workspace”Add project to existing workspace or create a new workspace if none exists.
Start [OPTIONS]
Section titled “Start [OPTIONS]”heim startStart the heim runtime.
Deploy [OPTIONS] <MODULE>
Section titled “Deploy [OPTIONS] <MODULE>”heim deploy [OPTIONS] [PATH]Build and deploy a module to heim.
[PATH] Path to build, if a path is not set it will search in the current folder.
-d, --dev
Section titled “-d, --dev”Aliases
--debug
Build an application with debug information.
-r, --release
Section titled “-r, --release”Aliases
--release
Creates an optimized build of an application without debug information.
-e <ENVS>, --envs <ENVS>
Section titled “-e <ENVS>, --envs <ENVS>”Add environment values.
For non regional environment values:--envs env1=value1 --envs env2=value2..
For region specific values add .REGION to env-name:--envs env1.REGION-1=value1 --envs env2.REGION-1=value2..
<ENVS> Environment variables.
-w, --workspace
Section titled “-w, --workspace”Builds a workspace.
-c, --component <COMPONENT>
Section titled “-c, --component <COMPONENT>”Target a specific component in a workspace.
Watch [OPTIONS] [EXTRA_ARGUMENTS]
Section titled “Watch [OPTIONS] [EXTRA_ARGUMENTS]”heim watch [OPTIONS] [EXTRA_ARGUMENTS]Deploys application on filesystem changes as default. Runs commands on filesystem changes when build flag is set.
[EXTRA_ARGUMENTS] Extra arguments to be supplied to deploy command when running as default.
-p <PATH>, --path <PATH>
Section titled “-p <PATH>, --path <PATH>”The path to a component, defaults to current directory.
<PATH> Component path.
-c <CMD>, --cmd <CMD>
Section titled “-c <CMD>, --cmd <CMD>”The command to run on all specified components when a change is detected. Defaults to build development.
<CMD> Command to run.
-b, --build
Section titled “-b, --build”Only build the wasm component instead of building and deploying.
Update
Section titled “Update”heim update [OPTIONS]Update the heim toolchain
--auth-key <AUTH_KEY>
Section titled “--auth-key <AUTH_KEY>”Auth key to allow download when update files require auth
<AUTH_KEY> The auth key
--verbose
Section titled “--verbose”Verbose output.
Clear [OPTIONS]
Section titled “Clear [OPTIONS]”heim clear [OPTIONS]Clear heim cache, metrics and registry.
--force
Section titled “--force”Run clear without prompting.
--dry-run
Section titled “--dry-run”Print the items that would be removed by clear.
CIToken [OPTIONS]
Section titled “CIToken [OPTIONS]”heim ci-token [OPTIONS]Generate a CI-token from your account that can be used for deployments