Added workflow get command

This commit is contained in:
luke-hagar-sp
2023-08-17 14:45:19 -05:00
parent d50c2dd5c6
commit f881d959a9
3 changed files with 79 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ func NewWorkflowCommand() *cobra.Command {
newCreateCommand(),
newUpdateCommand(),
newDeleteCommand(),
newGetCommand(),
)
return cmd