Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Sep 11, 2024
1 parent 4b41461 commit 56c5b46
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs-shopify.dev/commands/interfaces/app-dev.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ export interface appdev {
*/
'--skip-dependencies-installation'?: ''

/**
* Use the legacy Ruby implementation for managing theme app extensions.
* @environment SHOPIFY_FLAG_STABLE
*/
'--stable'?: ''

/**
* Store URL. Must be an existing development or Shopify Plus sandbox store.
* @environment SHOPIFY_FLAG_STORE
Expand Down
6 changes: 6 additions & 0 deletions docs-shopify.dev/commands/interfaces/app-logs.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export interface applogs {
*/
'--source <value>'?: string

/**
* Use the legacy Ruby implementation for managing theme app extensions.
* @environment SHOPIFY_FLAG_STABLE
*/
'--stable'?: ''

/**
* Filters output to the specified status (success or failure).
* @environment SHOPIFY_FLAG_STATUS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ export interface themeconsole {
*/
'--port <value>'?: string

/**
* Use the legacy Ruby implementation for the `theme console` command.
* @environment SHOPIFY_FLAG_STABLE
*/
'--stable'?: ''

/**
* Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).
* @environment SHOPIFY_FLAG_STORE
Expand Down
6 changes: 6 additions & 0 deletions docs-shopify.dev/commands/interfaces/theme-dev.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ export interface themedev {
*/
'--port <value>'?: string

/**
* Use the legacy Ruby implementation for the `theme dev` command.
* @environment SHOPIFY_FLAG_STABLE
*/
'--stable'?: ''

/**
* Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).
* @environment SHOPIFY_FLAG_STORE
Expand Down
Loading

0 comments on commit 56c5b46

Please sign in to comment.