Use smallstep/cli-utils instead of smallstep/cli

This commit is contained in:
Mariano Cano 2020-10-29 13:10:03 -07:00
parent fb18e5afc4
commit 40d0596b71
15 changed files with 58 additions and 479 deletions

View file

@ -13,8 +13,8 @@ import (
"github.com/pkg/errors"
"github.com/smallstep/certificates/authority"
"github.com/smallstep/certificates/ca"
"github.com/smallstep/cli/errs"
"github.com/urfave/cli"
"go.step.sm/cli-utils/errs"
)
// AppCommand is the action used as the top action.