You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-09 03:22:43 +03:00
change cmd to flags.ParseCaURL and flags.ParseCaURLIfExists
This commit is contained in:
@@ -90,7 +90,7 @@ type bootstrapConfig struct {
|
||||
}
|
||||
|
||||
func bootstrapAction(ctx *cli.Context) error {
|
||||
caURL, err := cautils.CtxCAURL(ctx, true)
|
||||
caURL, err := flags.ParseCaURL(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user