Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion internal/cli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func makeChildCommand(root RootCommand, desc map[string]cmdutils.Descriptor) *co
cmd.AddGroup(
&cobra.Group{ID: "admin-essentials", Title: "Admin Essentials Commands:"},
&cobra.Group{ID: "automation-studio", Title: "Automation Studio Commands:"},
&cobra.Group{ID: "agent-projects", Title: "Agent Project Commands:"},
&cobra.Group{ID: "configuration-manager", Title: "Configuration Manager Commands:"},
&cobra.Group{ID: "operations-manager", Title: "Operations Manager Commands:"},
&cobra.Group{ID: "lifecycle-manager", Title: "Lifecycle Manager Commands:"},
Expand Down
8 changes: 4 additions & 4 deletions internal/handlers/descriptors/agent_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe:

create:
use: agent-project <name>
group: agent-projects
group: flow-agent

description: |
Create a new agent project.
Expand All @@ -54,7 +54,7 @@ create:

delete:
use: agent-project <name>
group: agent-projects
group: flow-agent

description: |
Delete an agent project.
Expand All @@ -69,7 +69,7 @@ delete:

copy:
use: agent-project <name> --from <profile> --to <profile>
group: agent-projects
group: flow-agent

description: |
Copy an agent project from one server to another.
Expand Down Expand Up @@ -102,7 +102,7 @@ copy:

clear:
use: agent-projects
group: agent-projects
group: flow-agent

description: |
Delete all configured agent projects.
Expand Down