improved
Changelog For April 2022
over 1 year ago by Daniel Adeboye

π New
- remotely deleting codebase has been tested and works fine on macOS, testing for Linux is going
π Changes
onboardbase update
command for Linux & MacOSonboardbase setup
command now displays only projects & environments you have access to- Errors are more contextual
- During the interactive command creation process, the project list will be shown or the command will be added to default project
- During the non-interactive command creation process, the project name is passed (if no project name is passed command is added to default) and that is either created or added to the project with said name
- auto fallback deletion from the cache
- Environments now accept default envs (passing default JSON file to the environment)
- Setup command now only shows the environment a user has access to
environment:create
command now uses--file-path
flag instead of--path
which should be a path to a valid JSON fileenvironment:create
now support duplicating from an existing environment. that is--duplicate-
from flag can be passed to the command to specify which environment youβll like to duplicate secrets from into the new environment youβre creatingenvironment:create
command supports passing both the--file-path
flag and--duplicate-
from flag in a single request. Once it notices that both is passed, it merges the ENV together and uploads the contents of both to Onboardbase.
β Removed
onboardbase startup
command has been removed, onboardbase services are auto-installed the first time you run any command on the CLI