Share

Share secrets stored in your local .onboardbase file

While developing as an agile team, there is always so much secret sharing that is often done on the team's communication channel.

While this looks fast and easy, it also means that some secrets are exposed to third-party applications, which are often not encrypted.

To solve this, Onboardbase CLI has a share command, which would share data from your local onboardbase.yaml file to a teammate in the same organization.

Usage

📘

Please ensure that you have gone through the onboardbase setup command before using this command.

📘

The teammate to share with must be running the run command to have the shared secrets automatically injected into their build and their local .onboardbase.yaml file updated

From a project directory run:

onboardbase share

Then select the secret(s) you want to share and the teammate you want to share with.

On the teammate's codebase, their .onboardbase.yaml file would be updated, and their build restarted.