feat: add organization and folder CLI commands#765
Conversation
🦋 Changeset detectedLatest commit: b41c593 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
30a3153 to
d908b36
Compare
commit: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Add `organization list/get/update/tree` and `organization folder list/get/create/update/delete` commands with programmatic API exports.
5156ba6 to
231932d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Code Metrics Report (packages/sdk)
Details | | main (b732b01) | #765 (052dd48) | +/- |
|--------------------|----------------|----------------|-------|
- | Coverage | 55.8% | 54.9% | -0.9% |
| Files | 322 | 334 | +12 |
| Lines | 10386 | 10594 | +208 |
+ | Covered | 5797 | 5821 | +24 |
- | Code to Test Ratio | 1:0.4 | 1:0.4 | -0.1 |
| Code | 60871 | 61638 | +767 |
+ | Test | 24680 | 24684 | +4 |Code coverage of files in pull request scope (66.6% → 23.8%)SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
📖 Docs Consistency Check✅ No inconsistencies found between documentation and implementation. Checked areas:
Summary: |
📖 Docs Consistency Check✅ No inconsistencies found between documentation and implementation. All CLI commands, options, environment variables, and programmatic APIs match between documentation and implementation. The PR correctly documents and implements organization and folder management commands. Note: The PR description mentions "Extract promptUser standalone function" but this change is not present in the actual PR. |
Summary
organization list/get/update/treecommands for managing Tailor Platform organizationsorganization folder list/get/create/update/deletecommands for managing organization foldersorganization treedisplays recursive folder hierarchy with--depthand--jsonsupport--organization-id/--folder-idwithTAILOR_PLATFORM_ORGANIZATION_ID/TAILOR_PLATFORM_FOLDER_IDenv fallbacks@tailor-platform/sdk/clipromptUserstandalone function fromloggerto work around tsgo generic method inference