Skip to content

Commit 2eb9edb

Browse files
authored
fix: make add command description consistent with remove (#773)
1 parent f2e3deb commit 2eb9edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/tui/copy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const COMMAND_DESCRIPTIONS = {
3131
/** Main program description */
3232
program: 'Build and deploy Agentic AI applications on AgentCore',
3333
/** Command descriptions */
34-
add: 'Add resources (agent, evaluator, online-eval, memory, credential, target)',
34+
add: 'Add resources to project config.',
3535
create: 'Create a new AgentCore project',
3636
deploy: 'Deploy project infrastructure to AWS via CDK.',
3737
dev: 'Launch local dev server, or invoke an agent locally.',

0 commit comments

Comments
 (0)