Skip to content

Add project-name option to create#969

Draft
tejaskash wants to merge 1 commit intomainfrom
feature/add-project-name-create-main
Draft

Add project-name option to create#969
tejaskash wants to merge 1 commit intomainfrom
feature/add-project-name-create-main

Conversation

@tejaskash
Copy link
Copy Markdown
Contributor

Summary

Adds an optional --project-name flag to agentcore create so the project/folder name can be set independently from the resource name supplied by --name.

On main, --name continues to identify the default runtime resource while --project-name controls the generated project name and directory. Existing calls without --project-name keep the prior behavior.

Validation

  • npm run build
  • Created a real project with: node dist/cli/index.mjs create --project-name CliProjMainFinal --name CliAgentResourceFinal123456 --defaults --skip-git --skip-install --json --output-dir /tmp/agentcore-cli-create-check-main-final
  • Verified agentcore.json has project CliProjMainFinal, runtime CliAgentResourceFinal123456, and the runtime app directory exists.

@github-actions github-actions Bot added size/m PR size: M agentcore-harness-reviewing AgentCore Harness review in progress labels Apr 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.11.0.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-969-tarball/aws-agentcore-0.11.0.tgz

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/m PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant