1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-05 05:17:40 +02:00

SM-1213 Add Bitwarden Secrets Manager tip to CLI help (#9307)

* SM-1213 Add Bitwarden Secrets Manager tip to help

* SM-1213: Moved SM tip before examples
This commit is contained in:
Maciej Zieniuk 2024-06-06 09:40:51 +02:00 committed by GitHub
parent 474a5a8c22
commit 323b59de71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,11 @@ export class Program extends BaseProgram {
});
program.on("--help", () => {
writeLn(
chalk.yellowBright(
"\n Tip: Managing and retrieving secrets for dev environments is easier with Bitwarden Secrets Manager. Learn more under https://bitwarden.com/products/secrets-manager/",
),
);
writeLn("\n Examples:");
writeLn("");
writeLn(" bw login");