Skip to content

feat: add jsn scope create to bootstrap scoped applications via CLI#40

Merged
jacebenson merged 1 commit into
mainfrom
feat/scope-create
Apr 21, 2026
Merged

feat: add jsn scope create to bootstrap scoped applications via CLI#40
jacebenson merged 1 commit into
mainfrom
feat/scope-create

Conversation

@jacebenson
Copy link
Copy Markdown
Owner

Closes #31

Changes

  • Add CreateApplication SDK method (sys_app)
  • Add GetProperty helper to fetch sys_properties (used for glide.appcreator.company.code)
  • Add jsn scope create command with auto-generated scope prefix from instance vendor code
  • Supports --name, --scope/--prefix, --description, --version, --set-current, --global
  • Update command catalog to list create action for scope

Usage

# Auto-generate scope from vendor code
jsn scope create --name "My App"

# Explicit scope
jsn scope create --name "My App" --scope x_1234_myapp

# Global application
jsn scope create --name "My Global App" --global

- Add CreateApplication SDK method (sys_app)
- Add GetProperty helper to fetch sys_properties (e.g. glide.appcreator.company.code)
- Add scope create command with auto-generated scope prefix from vendor code
- Support --name, --scope/--prefix, --description, --version, --set-current, --global
- Update command catalog to list 'create' action for scope

Closes #31
@jacebenson jacebenson merged commit 94733ec into main Apr 21, 2026
2 checks passed
@jacebenson jacebenson deleted the feat/scope-create branch April 21, 2026 04:22
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.

feat: add jsn scope create to bootstrap scoped applications via CLI

1 participant