From c0d1399c387655fe74ad0f56b3136825f16f4df5 Mon Sep 17 00:00:00 2001 From: Alan Christopher Thomas Date: Wed, 11 Sep 2019 14:54:39 -0600 Subject: [PATCH] Change onboarding bootstrap command to step-ca onboard cc @sourishkrout @maraino --- cmd/step-ca/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index 62463b14..2110be40 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -190,8 +190,8 @@ intermediate private key.`, }, }, { - Name: "start", - Usage: "Starts step-ca with the (optional) specified configuration", + Name: "onboard", + Usage: "Configure and run step-ca from the onboarding guide", // TODO this should accept an optional config parameter that defaults to ~/.step/config/ca.json // as well as an optional token parameter for connecting to the onboarding flow Action: func(c *cli.Context) error {