@ductape/mcp 0.1.6 → 0.1.8
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/dist/index.js +2 -0
- package/package.json +1 -1
- package/src/index.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -1123,6 +1123,8 @@ async function main() {
|
|
|
1123
1123
|
' - Importing an app from a Postman v2.1 or OpenAPI 3.0 file: "apps import <file> -t postman|openapi"\n' +
|
|
1124
1124
|
' - Managing resources via "resources <type> <verb>" (databases, storage, caches…)\n' +
|
|
1125
1125
|
' - Managing cloud connections and cloud-linked resources\n' +
|
|
1126
|
+
' - Provisioning cloud resources with a specific tier: "cloud resources provision -f file.json --tier <tier_name>"\n' +
|
|
1127
|
+
' (list available tiers first with "cloud tiers list --provider <aws|gcp|azure>")\n' +
|
|
1126
1128
|
' - Listing workspaces, products, secrets\n' +
|
|
1127
1129
|
' - Linking a project folder: "link --product <tag> --env <slug>"\n' +
|
|
1128
1130
|
' - Syncing sessions/notifications/events: "apply" or "apply sessions" etc.\n' +
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1217,6 +1217,8 @@ async function main() {
|
|
|
1217
1217
|
' - Importing an app from a Postman v2.1 or OpenAPI 3.0 file: "apps import <file> -t postman|openapi"\n' +
|
|
1218
1218
|
' - Managing resources via "resources <type> <verb>" (databases, storage, caches…)\n' +
|
|
1219
1219
|
' - Managing cloud connections and cloud-linked resources\n' +
|
|
1220
|
+
' - Provisioning cloud resources with a specific tier: "cloud resources provision -f file.json --tier <tier_name>"\n' +
|
|
1221
|
+
' (list available tiers first with "cloud tiers list --provider <aws|gcp|azure>")\n' +
|
|
1220
1222
|
' - Listing workspaces, products, secrets\n' +
|
|
1221
1223
|
' - Linking a project folder: "link --product <tag> --env <slug>"\n' +
|
|
1222
1224
|
' - Syncing sessions/notifications/events: "apply" or "apply sessions" etc.\n' +
|