Skip to content

v1.0.0

Compare
Choose a tag to compare
@fredericosilva fredericosilva released this 17 Jul 09:07
· 605 commits to master since this release
7b5f369

Version 1 is out

We are releasing a new version of the CLI, which introduces an overall unification and breaking changes, which - we hope - will allow perform in efficient & no fuss way even the most advanced actions.

Breaking Changes

In the first place, pay attention to the removal of any positional arguments. In most cases, an option with a name identical to the resource is available instead. Options can also be renamed or transformed.

Documentation with examples should help during the upgrade. The documentation has been published online and is available under the --help option.

Tenant is now Project

Another important change that currently is based on naming change is rename tenant to project. Currently, this is only a name change, but we have idea to develop around this in the future.

Project Tokens

We provide tokens that allow you to delegate permissions to perform specific actions on specific resources of project. We now also automatically perform actions on a regular basis through the CLI for all resources to ensure that such automation will work properly. Details available at h1 project token --help and online documentation of h1 project token.

Two-Factor Authentication

We share and we recommend using two-factor authentication for everybody. Once enabled for user, it will be required both in the panel as well as in the CLI. For details, try h1 user 2fa enable --help.