@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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "0.8.6",
3
+ "version": "0.9.0",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/configure/index.mjs",