@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.
@@ -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`)
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {