Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions docs-shopify.dev/generated/generated_docs_data_v2.json

Large diffs are not rendered by default.

54 changes: 31 additions & 23 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4074,19 +4074,20 @@ USAGE

FLAGS
-a, --show-all
Include others development themes in theme list.
Include other development themes in the theme list. In non-interactive environments, provide this flag,
--development, or --theme.
[env: SHOPIFY_FLAG_SHOW_ALL]

-d, --development
Delete your development theme.
Delete your development theme. Required in non-interactive environments unless --theme or --show-all is provided.
[env: SHOPIFY_FLAG_DEVELOPMENT]

-e, --environment=<value>...
The environment to apply to the current command.
[env: SHOPIFY_FLAG_ENVIRONMENT]

-f, --force
Skip confirmation.
Skip confirmation. Required if non interactive.
[env: SHOPIFY_FLAG_FORCE]

-s, --store=<value>
Expand All @@ -4095,7 +4096,8 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>...
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. Required in non-interactive environments unless --development or --show-all is
provided.
[env: SHOPIFY_FLAG_THEME_ID]

--auth-alias=<value>
Expand Down Expand Up @@ -4298,7 +4300,7 @@ FLAGS
[env: SHOPIFY_FLAG_ENVIRONMENT]

-f, --force
Force the duplicate operation to run without prompts or confirmations.
Force the duplicate operation to run without prompts or confirmations. Required if non interactive outside CI.
[env: SHOPIFY_FLAG_FORCE]

-j, --json
Expand All @@ -4315,7 +4317,7 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. Required if non interactive.
[env: SHOPIFY_FLAG_THEME_ID]

--auth-alias=<value>
Expand Down Expand Up @@ -4628,15 +4630,15 @@ FLAGS
[env: SHOPIFY_FLAG_EDITOR]

-d, --development
Open your development theme.
Open your development theme. In non-interactive environments, provide this flag, --live, or --theme.
[env: SHOPIFY_FLAG_DEVELOPMENT]

-e, --environment=<value>...
The environment to apply to the current command.
[env: SHOPIFY_FLAG_ENVIRONMENT]

-l, --live
Open your live (published) theme.
Open your live (published) theme. In non-interactive environments, provide this flag, --development, or --theme.
[env: SHOPIFY_FLAG_LIVE]

-s, --store=<value>
Expand All @@ -4645,7 +4647,7 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. In non-interactive environments, provide this flag, --development, or --live.
[env: SHOPIFY_FLAG_THEME_ID]

--auth-alias=<value>
Expand Down Expand Up @@ -4870,7 +4872,7 @@ FLAGS
[env: SHOPIFY_FLAG_ENVIRONMENT]

-f, --force
Skip confirmation.
Skip confirmation. Required if non interactive.
[env: SHOPIFY_FLAG_FORCE]

-s, --store=<value>
Expand All @@ -4879,7 +4881,7 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. Required if non interactive.
[env: SHOPIFY_FLAG_THEME_ID]

--auth-alias=<value>
Expand Down Expand Up @@ -4928,15 +4930,17 @@ USAGE

FLAGS
-d, --development
Pull theme files from your remote development theme.
Pull theme files from your remote development theme. In non-interactive environments, provide this flag, --live, or
--theme.
[env: SHOPIFY_FLAG_DEVELOPMENT]

-e, --environment=<value>...
The environment to apply to the current command.
[env: SHOPIFY_FLAG_ENVIRONMENT]

-l, --live
Pull theme files from your remote live theme.
Pull theme files from your remote live theme. In non-interactive environments, provide this flag, --development, or
--theme.
[env: SHOPIFY_FLAG_LIVE]

-n, --nodelete
Expand All @@ -4954,7 +4958,7 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. In non-interactive environments, provide this flag, --development, or --live.
[env: SHOPIFY_FLAG_THEME_ID]

-x, --ignore=<value>...
Expand Down Expand Up @@ -5001,7 +5005,7 @@ USAGE

FLAGS
-a, --allow-live
Allow push to a live theme.
Allow push to a live theme. Required in non-interactive environments when targeting the live theme.
[env: SHOPIFY_FLAG_ALLOW_LIVE]

-c, --development-context=<value>
Expand All @@ -5010,7 +5014,8 @@ FLAGS
[env: SHOPIFY_FLAG_DEVELOPMENT_CONTEXT]

-d, --development
Push theme files from your remote development theme.
Push theme files from your remote development theme. In non-interactive environments, provide this flag, --live,
--theme, or --unpublished.
[env: SHOPIFY_FLAG_DEVELOPMENT]

-e, --environment=<value>...
Expand All @@ -5022,7 +5027,8 @@ FLAGS
[env: SHOPIFY_FLAG_JSON]

-l, --live
Push theme files from your remote live theme.
Push theme files from your remote live theme. In non-interactive environments, provide this flag, --development,
--theme, or --unpublished.
[env: SHOPIFY_FLAG_LIVE]

-n, --nodelete
Expand All @@ -5043,11 +5049,13 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. Required in non-interactive environments unless --development or --live is
provided. Also required with --unpublished as the new theme name.
[env: SHOPIFY_FLAG_THEME_ID]

-u, --unpublished
Create a new unpublished theme and push to it.
Create a new unpublished theme and push to it. In non-interactive environments, also provide --theme as the new
theme name.
[env: SHOPIFY_FLAG_UNPUBLISHED]

-x, --ignore=<value>...
Expand Down Expand Up @@ -5131,19 +5139,19 @@ USAGE

FLAGS
-d, --development
Rename your development theme.
Rename your development theme. In non-interactive environments, provide this flag, --live, or --theme.
[env: SHOPIFY_FLAG_DEVELOPMENT]

-e, --environment=<value>...
The environment to apply to the current command.
[env: SHOPIFY_FLAG_ENVIRONMENT]

-l, --live
Rename your remote live theme.
Rename your remote live theme. In non-interactive environments, provide this flag, --development, or --theme.
[env: SHOPIFY_FLAG_LIVE]

-n, --name=<value>
The new name for the theme.
The new name for the theme. Required if non interactive.
[env: SHOPIFY_FLAG_NEW_NAME]

-s, --store=<value>
Expand All @@ -5152,7 +5160,7 @@ FLAGS
[env: SHOPIFY_FLAG_STORE]

-t, --theme=<value>
Theme ID or name of the remote theme.
Theme ID or name of the remote theme. In non-interactive environments, provide this flag, --development, or --live.
[env: SHOPIFY_FLAG_THEME_ID]

--auth-alias=<value>
Expand Down
Loading
Loading