Skip to content

Reference


Organization to use when executing commands

Verbose output, include times-stamps, files and rows for print-outs

Deploy to local instance

Deploy to cloud

Host to use when deploying application

Port to use when deploying application

Print heim cli help message

Print heim cli version

heim <COMMAND> help

Print heim cli help message

<COMMAND> the heim cli command to print the help for


heim new [OPTIONS] [TEMPLATE]

Create new project from a template.

[TEMPLATE] Name of the template to create a project from, Template list

Aliases --spec <SPEC>

The specification to use to set the template values.

<SPEC> the path to the specification.

Add project to existing workspace or create a new workspace if none exists.

heim start

Start the heim runtime.

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.

Aliases --debug

Build an application with debug information.

Aliases --release

Creates an optimized build of an application without debug information.

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.

Builds a workspace.

Target a specific component in a workspace.

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.

The path to a component, defaults to current directory.

<PATH> Component path.

The command to run on all specified components when a change is detected. Defaults to build development.

<CMD> Command to run.

Only build the wasm component instead of building and deploying.

heim update [OPTIONS]

Update the heim toolchain

Auth key to allow download when update files require auth

<AUTH_KEY> The auth key

Verbose output.

heim clear [OPTIONS]

Clear heim cache, metrics and registry.

Run clear without prompting.

Print the items that would be removed by clear.

heim ci-token [OPTIONS]

Generate a CI-token from your account that can be used for deployments