mirror of
https://github.com/bitwarden/browser
synced 2025-01-23 17:53:31 +01: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:
parent
474a5a8c22
commit
323b59de71
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user