CLI
Onboardbase CLI supported commands
Use onboardbase --help
to see all the possible commands and options that are supported.
The official Onboardbase CLI
Usage:
onboardbase [flags]
onboardbase [command]
Available Commands:
help Help about any command
login Authenticate to Onboardbase
logout Log out of the CLI
run Run a command with secrets injected into the environment
setup Setup the Onboardbase CLI for managing secrets
share Collaborate on secrets locally
destroy Cleanup Onboardbase artifacts, including backup and authentication
config Get and Set Onboardbase CLI configuration
scan Detect secrets spilled in your codebase
init This command creates an account, logs you in and creates an environment and sets up a project for you.
teammate This command helps you add an invited teammate to a project
Flags:
-h, --help help for onboardbase
-v, --version Get the version of the Onboardbase CLI
Use "onboardbase [command] --help" for more information about a command.
What you'll learn to configure
- Authentication
- Run
- Init
- Teammate
- Secure Build
- Config
- Share
- Project
- Environment
- Merge Request
- Secret
- Destroy
- Scan
Get to do a lot more 🤓
Updated 8 months ago