Setup Commands
Commands for setting up project infrastructure.
setup
Set up project infrastructure.
Usage
tailor-sdk setup [command]Commands
| Command | Description |
|---|---|
setup github | Generate GitHub Actions workflow for deployment. (beta) |
See Global Options for options available to all commands.
setup github
Generate GitHub Actions workflow for deployment. (beta)
Usage
tailor-sdk setup github [options]Options
| Option | Alias | Description | Required | Default |
|---|---|---|---|---|
--workspace-name <WORKSPACE_NAME> | -n | Workspace name | Yes | - |
--workspace-region <WORKSPACE_REGION> | -r | Workspace region | Yes | - |
--organization-id <ORGANIZATION_ID> | -o | Organization ID | Yes | - |
--folder-id <FOLDER_ID> | -f | Folder ID | Yes | - |
--dir <DIR> | -d | App directory (for monorepo setups) | No | "." |
See Global Options for options available to all commands.