跳到主要内容

Shopify Theme Kit CLI with YAML

List of YAML parameters and examples for the "Theme Kit CLI" action

YAML parameters for Theme Kit CLI

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to SHOPIFY_THEMEKIT_CLI.
execute_commands
必填
String[]The commands that will be executed.
integration_hash
必填
StringThe ID of the integration.
shellStringThe name of the shell that will be used to execute commands. Can be one of SH (default) or BASH.
setup_commandsString[]The command that will be executed only on the first run.

YAML example for Theme Kit CLI

- action: "Shopify theme"
type: "SHOPIFY_THEMEKIT_CLI"
setup_commands:
- "apt-get update && apt-get -y install git"
execute_commands:
- "theme deploy"
shell: "SH"
integration_hash: "5ed4fe6146e03e110be748b7"