-
Notifications
You must be signed in to change notification settings - Fork 275
Update from stable/4.5 #8071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update from stable/4.5 #8071
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
bacbcf2
Unhide store commands for public release
amcaplan 404c23a
Drop outdated store create preview visibility test
amcaplan b7e0910
Update dev docs
amcaplan b2ebd9e
Unify store create preview country env var to SHOPIFY_FLAG_STORE_COUNTRY
amcaplan e64abd3
Merge pull request #7976 from Shopify/unhide-store-commands
amcaplan 1a890d7
Use preview identity for store open analytics
alfonso-noriega e4f486f
Remove preview store user ID prefix
alfonso-noriega aecf272
Merge pull request #8066 from Shopify/backport/store-open-preview-ide…
alfonso-noriega 1179733
Version Packages
github-actions[bot] e4457a7
Merge pull request #8050 from Shopify/changeset-release/stable/4.5
amcaplan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs-shopify.dev/commands/interfaces/store-auth-list.interface.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| // This is an autogenerated file. Don't edit this file manually. | ||
| /** | ||
| * The following flags are available for the `store auth list` command: | ||
| * @publicDocs | ||
| */ | ||
| export interface storeauthlist { | ||
| /** | ||
| * Output the result as JSON. Automatically disables color output. | ||
| * @environment SHOPIFY_FLAG_JSON | ||
| */ | ||
| '-j, --json'?: '' | ||
|
|
||
| /** | ||
| * Disable color output. | ||
| * @environment SHOPIFY_FLAG_NO_COLOR | ||
| */ | ||
| '--no-color'?: '' | ||
|
|
||
| /** | ||
| * Increase the verbosity of the output. | ||
| * @environment SHOPIFY_FLAG_VERBOSE | ||
| */ | ||
| '--verbose'?: '' | ||
| } |
36 changes: 36 additions & 0 deletions
36
docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| // This is an autogenerated file. Don't edit this file manually. | ||
| /** | ||
| * The following flags are available for the `store create preview` command: | ||
| * @publicDocs | ||
| */ | ||
| export interface storecreatepreview { | ||
| /** | ||
| * Two-letter country code for the store, such as US, CA, or GB. | ||
| * @environment SHOPIFY_FLAG_STORE_COUNTRY | ||
| */ | ||
| '--country <value>'?: string | ||
|
|
||
| /** | ||
| * Output the result as JSON. Automatically disables color output. | ||
| * @environment SHOPIFY_FLAG_JSON | ||
| */ | ||
| '-j, --json'?: '' | ||
|
|
||
| /** | ||
| * The name of the store. | ||
| * @environment SHOPIFY_FLAG_PREVIEW_STORE_NAME | ||
| */ | ||
| '--name <value>'?: string | ||
|
|
||
| /** | ||
| * Disable color output. | ||
| * @environment SHOPIFY_FLAG_NO_COLOR | ||
| */ | ||
| '--no-color'?: '' | ||
|
|
||
| /** | ||
| * Increase the verbosity of the output. | ||
| * @environment SHOPIFY_FLAG_VERBOSE | ||
| */ | ||
| '--verbose'?: '' | ||
| } |
30 changes: 30 additions & 0 deletions
30
docs-shopify.dev/commands/interfaces/store-list.interface.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| // This is an autogenerated file. Don't edit this file manually. | ||
| /** | ||
| * The following flags are available for the `store list` command: | ||
| * @publicDocs | ||
| */ | ||
| export interface storelist { | ||
| /** | ||
| * Output the result as JSON. Automatically disables color output. | ||
| * @environment SHOPIFY_FLAG_JSON | ||
| */ | ||
| '-j, --json'?: '' | ||
|
|
||
| /** | ||
| * Disable color output. | ||
| * @environment SHOPIFY_FLAG_NO_COLOR | ||
| */ | ||
| '--no-color'?: '' | ||
|
|
||
| /** | ||
| * The numeric organization ID. Auto-selects if you belong to a single organization. | ||
| * @environment SHOPIFY_FLAG_ORGANIZATION_ID | ||
| */ | ||
| '--organization-id <value>'?: string | ||
|
|
||
| /** | ||
| * Increase the verbosity of the output. | ||
| * @environment SHOPIFY_FLAG_VERBOSE | ||
| */ | ||
| '--verbose'?: '' | ||
| } |
24 changes: 24 additions & 0 deletions
24
docs-shopify.dev/commands/interfaces/store-open.interface.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| // This is an autogenerated file. Don't edit this file manually. | ||
| /** | ||
| * The following flags are available for the `store open` command: | ||
| * @publicDocs | ||
| */ | ||
| export interface storeopen { | ||
| /** | ||
| * Disable color output. | ||
| * @environment SHOPIFY_FLAG_NO_COLOR | ||
| */ | ||
| '--no-color'?: '' | ||
|
|
||
| /** | ||
| * The myshopify.com domain of the store. | ||
| * @environment SHOPIFY_FLAG_STORE | ||
| */ | ||
| '-s, --store <value>': string | ||
|
|
||
| /** | ||
| * Increase the verbosity of the output. | ||
| * @environment SHOPIFY_FLAG_VERBOSE | ||
| */ | ||
| '--verbose'?: '' | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| # @shopify/cli-kit | ||
|
|
||
| ## 4.5.0 | ||
|
|
||
| ## 4.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| export const CLI_KIT_VERSION = '4.4.0' | ||
| export const CLI_KIT_VERSION = '4.5.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In main I recently merged a change to stop tracking all the
*.interface.tsfiles, we should remove these.