Skip to content

fix: pass --org-name to all templates and remove --application-id#35

Merged
ProjectAJ14 merged 1 commit intomainfrom
fix/nonstop-cli-org-name-option
Mar 24, 2026
Merged

fix: pass --org-name to all templates and remove --application-id#35
ProjectAJ14 merged 1 commit intomainfrom
fix/nonstop-cli-org-name-option

Conversation

@ProjectAJ14
Copy link
Contributor

@ProjectAJ14 ProjectAJ14 commented Mar 24, 2026

Summary

  • Fixed --org-name being silently ignored by plugin and mono-repo templates — now properly forwarded to flutter create --org
  • Removed --application-id option which was never functional (flutter create has no such flag; the bundle ID is derived from --org)
  • Updated README to remove --application-id from the arguments table
  • Updated CLAUDE.md to document that versioning is managed by Melos

Closes #16

Test plan

  • Run nonstop create my_app --template app --org-name com.mycompany and verify bundle ID is com.mycompany.my_app
  • Run nonstop create my_plugin --template plugin --org-name com.mycompany and verify org is applied
  • Run nonstop create my_project --template mono --org-name com.mycompany and verify org is applied
  • Run nonstop create my_app --application-id foo and verify it errors with "unrecognized option"

🤖 Generated with Claude Code

…ation-id

--org-name was only wired into the flutter_app_for_mono_repo brick;
plugin and mono-repo templates silently ignored it. --application-id
was never functional since flutter create has no such flag.

Closes #16

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ProjectAJ14 ProjectAJ14 merged commit fdd995d into main Mar 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--application-id and --org-name Options Not Recognized or Ignored

1 participant