@tailor-platform/sdk 0.22.4 → 0.23.0
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 +27 -0
- package/dist/cli/index.mjs +2 -2
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +1 -2
- package/dist/cli/lib.mjs +1 -1
- package/dist/configure/index.d.mts +2 -2
- package/dist/{index-Bz_i9lgm.d.mts → index-QGMXFOXH.d.mts} +2 -2
- package/dist/{list-BSi-MJbT.mjs → list-DLqfJ2jD.mjs} +4 -4
- package/dist/{list-BSi-MJbT.mjs.map → list-DLqfJ2jD.mjs.map} +1 -1
- package/dist/{types-BaiXm10C.d.mts → types-ClG0gN3S.d.mts} +9 -9
- package/dist/utils/test/index.d.mts +2 -2
- package/docs/cli/application.md +1 -1
- package/docs/cli/secret.md +3 -3
- package/docs/cli/staticwebsite.md +96 -0
- package/package.json +1 -1
|
@@ -103528,7 +103528,7 @@ const applyCommand = defineCommand({
|
|
|
103528
103528
|
"dry-run": {
|
|
103529
103529
|
type: "boolean",
|
|
103530
103530
|
description: "Run the command without making any changes",
|
|
103531
|
-
alias: "
|
|
103531
|
+
alias: "d"
|
|
103532
103532
|
},
|
|
103533
103533
|
yes: {
|
|
103534
103534
|
type: "boolean",
|
|
@@ -105448,7 +105448,7 @@ const createCommand = defineCommand({
|
|
|
105448
105448
|
type: "string",
|
|
105449
105449
|
description: "Workspace name",
|
|
105450
105450
|
required: true,
|
|
105451
|
-
alias: "
|
|
105451
|
+
alias: "n"
|
|
105452
105452
|
},
|
|
105453
105453
|
region: {
|
|
105454
105454
|
type: "string",
|
|
@@ -105459,7 +105459,7 @@ const createCommand = defineCommand({
|
|
|
105459
105459
|
"delete-protection": {
|
|
105460
105460
|
type: "boolean",
|
|
105461
105461
|
description: "Enable delete protection",
|
|
105462
|
-
alias: "
|
|
105462
|
+
alias: "d",
|
|
105463
105463
|
default: false
|
|
105464
105464
|
},
|
|
105465
105465
|
"organization-id": {
|
|
@@ -105596,4 +105596,4 @@ const listCommand = defineCommand({
|
|
|
105596
105596
|
|
|
105597
105597
|
//#endregion
|
|
105598
105598
|
export { jsonArgs as $, printData as A, loadAccessToken as B, listOAuth2Clients as C, tokenCommand as D, getMachineUserToken as E, generateUserTypes as F, fetchUserInfo as G, readPlatformConfig as H, loadConfig as I, readPackageJson as J, initOAuth2Client as K, apiCall as L, generateCommand as M, apply as N, listCommand$3 as O, applyCommand as P, deploymentArgs as Q, apiCommand as R, listCommand$2 as S, getOAuth2Client as T, writePlatformConfig as U, loadWorkspaceId as V, fetchAll as W, commonArgs as X, PATScope as Y, confirmationArgs as Z, listWorkflowExecutions as _, createCommand as a, remove as b, resumeWorkflow as c, listCommand$1 as d, withCommonArgs as et, listWorkflows as f, getWorkflowExecution as g, executionsCommand as h, deleteWorkspace as i, generate as j, listMachineUsers as k, startCommand as l, getWorkflow as m, listWorkspaces as n, logger as nt, createWorkspace as o, getCommand as p, initOperatorClient as q, deleteCommand as r, resumeCommand as s, listCommand as t, workspaceArgs as tt, startWorkflow as u, show as v, getCommand$1 as w, removeCommand as x, showCommand as y, fetchLatestToken as z };
|
|
105599
|
-
//# sourceMappingURL=list-
|
|
105599
|
+
//# sourceMappingURL=list-DLqfJ2jD.mjs.map
|