Skip to content

Commit

Permalink
Regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jan 8, 2025
1 parent 2241a17 commit 1a56b88
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
16 changes: 14 additions & 2 deletions docs-shopify.dev/commands/interfaces/theme-profile.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,22 @@ export interface themeprofile {
'-s, --store <value>'?: string

/**
* URL to the theme page to profile.
* The password for storefronts with password protection.
* @environment SHOPIFY_FLAG_STORE_PASSWORD
*/
'--store-password <value>'?: string

/**
* Theme ID or name of the remote theme.
* @environment SHOPIFY_FLAG_THEME_ID
*/
'-t, --theme <value>'?: string

/**
* The url to be used as context
* @environment SHOPIFY_FLAG_URL
*/
'-u, --url <value>': string
'--url <value>'?: string

/**
* Increase the verbosity of the output.
Expand Down
27 changes: 23 additions & 4 deletions docs-shopify.dev/generated/generated_docs_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5853,6 +5853,24 @@
"isOptional": true,
"environmentValue": "SHOPIFY_CLI_THEME_TOKEN"
},
{
"filePath": "docs-shopify.dev/commands/interfaces/theme-profile.interface.ts",
"syntaxKind": "PropertySignature",
"name": "--store-password <value>",
"value": "string",
"description": "The password for storefronts with password protection.",
"isOptional": true,
"environmentValue": "SHOPIFY_FLAG_STORE_PASSWORD"
},
{
"filePath": "docs-shopify.dev/commands/interfaces/theme-profile.interface.ts",
"syntaxKind": "PropertySignature",
"name": "--url <value>",
"value": "string",
"description": "The url to be used as context",
"isOptional": true,
"environmentValue": "SHOPIFY_FLAG_URL"
},
{
"filePath": "docs-shopify.dev/commands/interfaces/theme-profile.interface.ts",
"syntaxKind": "PropertySignature",
Expand Down Expand Up @@ -5883,13 +5901,14 @@
{
"filePath": "docs-shopify.dev/commands/interfaces/theme-profile.interface.ts",
"syntaxKind": "PropertySignature",
"name": "-u, --url <value>",
"name": "-t, --theme <value>",
"value": "string",
"description": "URL to the theme page to profile.",
"environmentValue": "SHOPIFY_FLAG_URL"
"description": "Theme ID or name of the remote theme.",
"isOptional": true,
"environmentValue": "SHOPIFY_FLAG_THEME_ID"
}
],
"value": "export interface themeprofile {\n /**\n * Return profiling data as JSON.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * Password generated from the Theme Access app.\n * @environment SHOPIFY_CLI_THEME_TOKEN\n */\n '--password <value>'?: string\n\n /**\n * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).\n * @environment SHOPIFY_FLAG_STORE\n */\n '-s, --store <value>'?: string\n\n /**\n * URL to the theme page to profile.\n * @environment SHOPIFY_FLAG_URL\n */\n '-u, --url <value>': string\n\n /**\n * Increase the verbosity of the output.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}"
"value": "export interface themeprofile {\n /**\n * Return profiling data as JSON.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * Password generated from the Theme Access app.\n * @environment SHOPIFY_CLI_THEME_TOKEN\n */\n '--password <value>'?: string\n\n /**\n * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).\n * @environment SHOPIFY_FLAG_STORE\n */\n '-s, --store <value>'?: string\n\n /**\n * The password for storefronts with password protection.\n * @environment SHOPIFY_FLAG_STORE_PASSWORD\n */\n '--store-password <value>'?: string\n\n /**\n * Theme ID or name of the remote theme.\n * @environment SHOPIFY_FLAG_THEME_ID\n */\n '-t, --theme <value>'?: string\n\n /**\n * The url to be used as context\n * @environment SHOPIFY_FLAG_URL\n */\n '--url <value>'?: string\n\n /**\n * Increase the verbosity of the output.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}"
}
}
}
Expand Down

0 comments on commit 1a56b88

Please sign in to comment.