Core image: ghcr.io/moghtech/komodo-core:1.19.0-dev
Periphery image: ghcr.io/moghtech/komodo-periphery:1.19.0-dev
Cli Image: ghcr.io/moghtech/komodo-cli:1.19.0-dev
Systemd Periphery installer:
- Add --version=v1.19.0-dev-9
to the install command.
- To go back to stable, run it again with --version=v1.18.4
.
Cli Installer - Linux x86_68 and aarch64:
System-wide, as root, to /usr/local/bin/km
:
curl -sSL https://raw.githubusercontent.com/moghtech/komodo/1.19.0/scripts/install-cli.py | python3 - --version=v1.19.0-dev-9
Or as non-root, to ${HOME}/.local/bin/km
curl -sSL https://raw.githubusercontent.com/moghtech/komodo/1.19.0/scripts/install-cli.py | python3 - --user --version=v1.19.0-dev-9
CLI Installer - Mac (Homebrew): https://github.com/moghtech/homebrew-komodo
brew tap moghtech/komodo && \
brew install km
There's no published docs on the CLI yet, but you can preview them in markdown for some guidance:
https://github.com/moghtech/komodo/blob/1.19.0/docsite/docs/cli.mdx
And the configuration file example as well:
https://github.com/moghtech/komodo/blob/1.19.0/config/komodo.cli.toml
PR: #722