@tailor-platform/sdk 0.8.6 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist/cli/api.d.mts +11 -10
- package/dist/cli/api.mjs +1 -1
- package/dist/cli/index.mjs +4 -5
- package/dist/{token-Cbs_El75.mjs → token-DwKmpi9i.mjs} +651 -257
- package/docs/cli-reference.md +1 -0
- package/package.json +1 -1
package/docs/cli-reference.md
CHANGED
|
@@ -69,6 +69,7 @@ tailor-sdk apply [options]
|
|
|
69
69
|
- `-p, --profile` - Workspace profile to use
|
|
70
70
|
- `-c, --config` - Path to the SDK config file (default: `tailor.config.ts`)
|
|
71
71
|
- `-d, --dryRun` - Run the command without making any changes
|
|
72
|
+
- `-y, --yes` - Skip confirmation prompt
|
|
72
73
|
|
|
73
74
|
### show
|
|
74
75
|
|