@tailor-platform/sdk 1.4.1 → 1.4.2
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 +8 -0
- package/dist/cli/index.mjs +35 -1
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.mjs +1 -1
- package/dist/{list-CafRw3ao.mjs → list-QT92XcP3.mjs} +41 -1
- package/dist/{list-CafRw3ao.mjs.map → list-QT92XcP3.mjs.map} +1 -1
- package/docs/cli/application.md +14 -0
- package/docs/cli/workspace.md +2 -0
- package/package.json +1 -1
package/docs/cli/application.md
CHANGED
|
@@ -263,3 +263,17 @@ tailor-sdk tailordb erd deploy --json
|
|
|
263
263
|
},
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
|
+
|
|
267
|
+
## open
|
|
268
|
+
|
|
269
|
+
Open Tailor Platform Console.
|
|
270
|
+
|
|
271
|
+
```bash
|
|
272
|
+
tailor-sdk open [options]
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
**Options:**
|
|
276
|
+
|
|
277
|
+
- `-w, --workspace-id` - ID of the workspace to open in Console
|
|
278
|
+
- `-p, --profile` - Workspace profile to use
|
|
279
|
+
- `-c, --config` - Path to the SDK config file (default: `tailor.config.ts`)
|
package/docs/cli/workspace.md
CHANGED
|
@@ -25,6 +25,8 @@ tailor-sdk workspace create [options]
|
|
|
25
25
|
- `-d, --delete-protection` - Enable delete protection for the workspace
|
|
26
26
|
- `-o, --organization-id` - Organization ID to associate the workspace with
|
|
27
27
|
- `-f, --folder-id` - Folder ID to associate the workspace with
|
|
28
|
+
- `-p, --profile-name` - Profile name to create (optional)
|
|
29
|
+
- `--profile-user` - User email for the profile (defaults to current user)
|
|
28
30
|
- `-j, --json` - Output as JSON
|
|
29
31
|
|
|
30
32
|
### workspace list
|