You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-09 03:22:43 +03:00
Initial step path contexts commit
- move config and command packages to cli-utils
This commit is contained in:
@@ -9,13 +9,13 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
"github.com/smallstep/certificates/ca"
|
||||
caErrs "github.com/smallstep/certificates/errs"
|
||||
"github.com/smallstep/cli/command"
|
||||
"github.com/smallstep/cli/errs"
|
||||
"github.com/smallstep/cli/flags"
|
||||
"github.com/smallstep/cli/jose"
|
||||
"github.com/smallstep/cli/token"
|
||||
"github.com/smallstep/cli/utils/cautils"
|
||||
"github.com/urfave/cli"
|
||||
"go.step.sm/cli-utils/command"
|
||||
)
|
||||
|
||||
func checkHostCommand() cli.Command {
|
||||
|
Reference in New Issue
Block a user