CLI doc edits

This commit is contained in:
james.haytko
2023-11-06 12:26:21 -06:00
parent faf5d00d4d
commit cca1ed9066
52 changed files with 207 additions and 135 deletions

View File

@@ -15,7 +15,7 @@ func NewWorkflowCommand() *cobra.Command {
help := util.ParseHelp(workflowHelp)
cmd := &cobra.Command{
Use: "workflow",
Short: "Manage Workflows in IdentityNow",
Short: "Manage workflows in IdentityNow",
Long: help.Long,
Example: help.Example,
Aliases: []string{"work"},