hereya-cli 0.89.1 → 0.90.1
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 +65 -65
- package/dist/backend/cloud/cloud-backend/apps-deploy.d.ts +69 -0
- package/dist/backend/cloud/cloud-backend/apps-deploy.js +94 -0
- package/dist/backend/cloud/cloud-backend/apps-versions.d.ts +69 -0
- package/dist/backend/cloud/cloud-backend/apps-versions.js +113 -0
- package/dist/backend/cloud/cloud-backend/executor-jobs.d.ts +75 -0
- package/dist/backend/cloud/cloud-backend/executor-jobs.js +110 -0
- package/dist/backend/cloud/cloud-backend/misc.d.ts +5 -0
- package/dist/backend/cloud/cloud-backend/misc.js +78 -0
- package/dist/backend/cloud/cloud-backend/packages-publish.d.ts +3 -0
- package/dist/backend/cloud/cloud-backend/packages-publish.js +99 -0
- package/dist/backend/cloud/cloud-backend/packages-registry.d.ts +6 -0
- package/dist/backend/cloud/cloud-backend/packages-registry.js +146 -0
- package/dist/backend/cloud/cloud-backend/packages-workspace.d.ts +4 -0
- package/dist/backend/cloud/cloud-backend/packages-workspace.js +50 -0
- package/dist/backend/cloud/cloud-backend/projects.d.ts +7 -0
- package/dist/backend/cloud/cloud-backend/projects.js +122 -0
- package/dist/backend/cloud/cloud-backend/state.d.ts +6 -0
- package/dist/backend/cloud/cloud-backend/state.js +86 -0
- package/dist/backend/cloud/cloud-backend/utils.d.ts +55 -0
- package/dist/backend/cloud/cloud-backend/utils.js +56 -0
- package/dist/backend/cloud/cloud-backend/workspace-env.d.ts +5 -0
- package/dist/backend/cloud/cloud-backend/workspace-env.js +63 -0
- package/dist/backend/cloud/cloud-backend/workspaces.d.ts +7 -0
- package/dist/backend/cloud/cloud-backend/workspaces.js +124 -0
- package/dist/backend/cloud/cloud-backend.d.ts +56 -126
- package/dist/backend/cloud/cloud-backend.js +95 -1089
- package/dist/backend/cloud/cloud-backend.test.setup.d.ts +13 -0
- package/dist/backend/cloud/cloud-backend.test.setup.js +14 -0
- package/dist/backend/local.setup.d.ts +10 -0
- package/dist/backend/local.setup.js +20 -0
- package/dist/commands/executor/start/index.d.ts +1 -11
- package/dist/commands/executor/start/index.js +13 -498
- package/dist/lib/env/test.setup.d.ts +7 -0
- package/dist/lib/env/test.setup.js +18 -0
- package/dist/lib/executor-start/auth.d.ts +2 -0
- package/dist/lib/executor-start/auth.js +21 -0
- package/dist/lib/executor-start/execute-app-job.d.ts +13 -0
- package/dist/lib/executor-start/execute-app-job.js +146 -0
- package/dist/lib/executor-start/execute-deploy-job.d.ts +14 -0
- package/dist/lib/executor-start/execute-deploy-job.js +64 -0
- package/dist/lib/executor-start/execute-init-job.d.ts +14 -0
- package/dist/lib/executor-start/execute-init-job.js +135 -0
- package/dist/lib/executor-start/format.d.ts +13 -0
- package/dist/lib/executor-start/format.js +22 -0
- package/dist/lib/executor-start/job-dispatch.d.ts +15 -0
- package/dist/lib/executor-start/job-dispatch.js +89 -0
- package/dist/lib/package/index.d.ts +4 -4
- package/oclif.manifest.json +52 -52
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -756,57 +756,6 @@
|
|
|
756
756
|
"index.js"
|
|
757
757
|
]
|
|
758
758
|
},
|
|
759
|
-
"provid": {
|
|
760
|
-
"aliases": [],
|
|
761
|
-
"args": {
|
|
762
|
-
"package": {
|
|
763
|
-
"description": "Package name (e.g., hereya/postgres)",
|
|
764
|
-
"name": "package",
|
|
765
|
-
"required": true
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
"description": "Display the provisioning ID for a package",
|
|
769
|
-
"examples": [
|
|
770
|
-
"<%= config.bin %> <%= command.id %> hereya/postgres",
|
|
771
|
-
"<%= config.bin %> <%= command.id %> hereya/postgres -w dev",
|
|
772
|
-
"<%= config.bin %> <%= command.id %> hereya/postgres --workspace staging"
|
|
773
|
-
],
|
|
774
|
-
"flags": {
|
|
775
|
-
"chdir": {
|
|
776
|
-
"char": "C",
|
|
777
|
-
"description": "Project root directory",
|
|
778
|
-
"name": "chdir",
|
|
779
|
-
"required": false,
|
|
780
|
-
"hasDynamicHelp": false,
|
|
781
|
-
"multiple": false,
|
|
782
|
-
"type": "option"
|
|
783
|
-
},
|
|
784
|
-
"workspace": {
|
|
785
|
-
"char": "w",
|
|
786
|
-
"description": "Name of the workspace",
|
|
787
|
-
"name": "workspace",
|
|
788
|
-
"required": false,
|
|
789
|
-
"hasDynamicHelp": false,
|
|
790
|
-
"multiple": false,
|
|
791
|
-
"type": "option"
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"hasDynamicHelp": false,
|
|
795
|
-
"hiddenAliases": [],
|
|
796
|
-
"id": "provid",
|
|
797
|
-
"pluginAlias": "hereya-cli",
|
|
798
|
-
"pluginName": "hereya-cli",
|
|
799
|
-
"pluginType": "core",
|
|
800
|
-
"strict": true,
|
|
801
|
-
"enableJsonFlag": false,
|
|
802
|
-
"isESM": true,
|
|
803
|
-
"relativePath": [
|
|
804
|
-
"dist",
|
|
805
|
-
"commands",
|
|
806
|
-
"provid",
|
|
807
|
-
"index.js"
|
|
808
|
-
]
|
|
809
|
-
},
|
|
810
759
|
"publish": {
|
|
811
760
|
"aliases": [],
|
|
812
761
|
"args": {},
|
|
@@ -1418,6 +1367,57 @@
|
|
|
1418
1367
|
"index.js"
|
|
1419
1368
|
]
|
|
1420
1369
|
},
|
|
1370
|
+
"provid": {
|
|
1371
|
+
"aliases": [],
|
|
1372
|
+
"args": {
|
|
1373
|
+
"package": {
|
|
1374
|
+
"description": "Package name (e.g., hereya/postgres)",
|
|
1375
|
+
"name": "package",
|
|
1376
|
+
"required": true
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
"description": "Display the provisioning ID for a package",
|
|
1380
|
+
"examples": [
|
|
1381
|
+
"<%= config.bin %> <%= command.id %> hereya/postgres",
|
|
1382
|
+
"<%= config.bin %> <%= command.id %> hereya/postgres -w dev",
|
|
1383
|
+
"<%= config.bin %> <%= command.id %> hereya/postgres --workspace staging"
|
|
1384
|
+
],
|
|
1385
|
+
"flags": {
|
|
1386
|
+
"chdir": {
|
|
1387
|
+
"char": "C",
|
|
1388
|
+
"description": "Project root directory",
|
|
1389
|
+
"name": "chdir",
|
|
1390
|
+
"required": false,
|
|
1391
|
+
"hasDynamicHelp": false,
|
|
1392
|
+
"multiple": false,
|
|
1393
|
+
"type": "option"
|
|
1394
|
+
},
|
|
1395
|
+
"workspace": {
|
|
1396
|
+
"char": "w",
|
|
1397
|
+
"description": "Name of the workspace",
|
|
1398
|
+
"name": "workspace",
|
|
1399
|
+
"required": false,
|
|
1400
|
+
"hasDynamicHelp": false,
|
|
1401
|
+
"multiple": false,
|
|
1402
|
+
"type": "option"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"hasDynamicHelp": false,
|
|
1406
|
+
"hiddenAliases": [],
|
|
1407
|
+
"id": "provid",
|
|
1408
|
+
"pluginAlias": "hereya-cli",
|
|
1409
|
+
"pluginName": "hereya-cli",
|
|
1410
|
+
"pluginType": "core",
|
|
1411
|
+
"strict": true,
|
|
1412
|
+
"enableJsonFlag": false,
|
|
1413
|
+
"isESM": true,
|
|
1414
|
+
"relativePath": [
|
|
1415
|
+
"dist",
|
|
1416
|
+
"commands",
|
|
1417
|
+
"provid",
|
|
1418
|
+
"index.js"
|
|
1419
|
+
]
|
|
1420
|
+
},
|
|
1421
1421
|
"app:env": {
|
|
1422
1422
|
"aliases": [],
|
|
1423
1423
|
"args": {
|
|
@@ -3277,5 +3277,5 @@
|
|
|
3277
3277
|
]
|
|
3278
3278
|
}
|
|
3279
3279
|
},
|
|
3280
|
-
"version": "0.
|
|
3280
|
+
"version": "0.90.1"
|
|
3281
3281
|
}
|