@trayai/tray-sync-cli 1.0.4 → 1.0.5
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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,8 @@ Decide which workspace you're pulling *from* (the source) and which one you're p
|
|
|
43
43
|
- Source: `DEV_ORG`
|
|
44
44
|
- Target: `PROD_ORG`
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
|
|
47
|
+
You'll need each workspace's ID and region, and a Tray API token with access to it. 📚 Learn how to create tokens for your [workspace (recommended)](https://tray.ai/documentation/platform/enterprise-core/organisation-management/api-users-tokens#enabling-workspace-admins-to-generate-tokens) / [account](https://tray.ai/documentation/platform/enterprise-core/organisation-management/api-users-tokens) here.
|
|
47
48
|
|
|
48
49
|
### 2. Create a local directory for this project
|
|
49
50
|
|
package/package.json
CHANGED