$ the-wire · showcase
Shopify CLI unhides store create dev and store delete
By RepoJournal · Filed · About Shopify
Shopify CLI has surfaced the `store create dev` and `store delete` commands for public use.
The Shopify CLI [1] removed the `static hidden = true` attribute from both `shopify store create dev` and `shopify store delete`, making them available to all users. This is the final step before the commands go public, and the CLI's documentation and artifacts have been regenerated to reflect the new visibility.
The change is stacked on PR #8457, which adds static examples to `store create dev`; review that one first for full context on the command's behavior. The commit was then merged into the main branch [2], completing the rollout.
Action items
- → Update any internal CLI documentation or scripts that assumed these commands were hidden. Shopify/cli [monitor]
References
- [1] Unhide `store create dev` and `store delete` ↗ Shopify/cli
- [2] Merge pull request #8456 from Shopify/unhide-store-creation-commands ↗ Shopify/cli