Molnctl is the commandline interface to interact with Molnett.
We recommend downloading the latest version from the releases page. There are pre-compiled versions available for MacOS and Linux.
If you want to compile it yourself, you need a working Rust environment. We recommend following the official docs.
Once you have Rust setup, a simple cargo build --release
should produce your very own molnctl.
We created a Github Action to make it easy to use molnctl in your builds, see setup-molnctl-action. There is also a Github Action for working with ephemeral environments, see ephemeral-environment-action
Here's what you need to get started.
molnctl auth login
molnctl orgs switch
The built in help will guide you through the various commands available.
molnctl -h