Skip to content

molnett/molnctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molnctl

Molnctl is the commandline interface to interact with Molnett.

Installation

Download from Github

We recommend downloading the latest version from the releases page. There are pre-compiled versions available for MacOS and Linux.

Compile it yourself

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.

Use with Github Actions

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

Usage

Setup

Here's what you need to get started.

molnctl auth login
molnctl orgs switch

Getting help

The built in help will guide you through the various commands available.

molnctl -h