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:
@@ -14,7 +14,6 @@ import (
|
||||
"github.com/smallstep/certificates/cas/apiv1"
|
||||
"github.com/smallstep/certificates/kms"
|
||||
"github.com/smallstep/certificates/pki"
|
||||
"github.com/smallstep/cli/command"
|
||||
"github.com/smallstep/cli/crypto/pemutil"
|
||||
"github.com/smallstep/cli/errs"
|
||||
"github.com/smallstep/cli/ui"
|
||||
@@ -23,6 +22,8 @@ import (
|
||||
|
||||
// Enable azurekms
|
||||
_ "github.com/smallstep/certificates/kms/azurekms"
|
||||
|
||||
"go.step.sm/cli-utils/command"
|
||||
)
|
||||
|
||||
func initCommand() cli.Command {
|
||||
|
Reference in New Issue
Block a user