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,8 +15,8 @@ const (
func NewTransformCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "transform",
Short: "Manage Transforms in IdentityNow",
Long: "\nManage Transforms in IdentityNow\n\n",
Short: "Manage transforms in IdentityNow",
Long: "\nManage transforms in IdentityNow\n\n",
Example: "sail transform | sail tran",
Aliases: []string{"tran"},
Run: func(cmd *cobra.Command, args []string) {