1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

(wip) managing step contexts

This commit is contained in:
max furman
2021-08-13 00:14:02 -07:00
parent 54cc3913ca
commit 27ebe5ccd1
6 changed files with 84 additions and 48 deletions

View File

@@ -75,14 +75,8 @@ domain name 'certs.example-team.ca.smallstep.com' the value would be 'certs'.`,
flags.TeamURL,
flags.RedirectURL,
flags.Force,
cli.StringFlag{
Name: "context-name",
Usage: `The <string> that will serve as the key for the context.`,
},
cli.StringFlag{
Name: "context-profile",
Usage: `The <string> that will serve as the profile name for the context.`,
},
flags.ContextName,
flags.ContextProfile,
},
}
}