You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a programmatic way to create a Shopify trial store from the CLI,
backed by the Signups API's StoreCreate mutation.
- Registers `store:create:trial` in @shopify/store with flags for
--name, --subdomain, --country (default US), and --json.
- Adds cli-kit Signups foundation: `shop-create` OAuth scope,
`signupsApi` application + `ensureAuthenticatedSignups`,
`signupsFqdn()`, and `signupsRequest` API helper.
- Regenerates oclif manifest, README, dev docs, and e2e snapshot.
Supersedes #7218.
0 commit comments