@stacksjs/ts-cloud 0.7.59 → 0.7.60
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/auth/encryption.d.ts +2 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/bin/cli.js +2973 -2973
- package/dist/{chunk-g126cfn9.js → chunk-cz17nhnx.js} +79 -67
- package/dist/{chunk-e05phx5f.js → chunk-rxhqny6z.js} +2 -2
- package/dist/{chunk-9m6b4m74.js → chunk-sd9h1baj.js} +19 -11
- package/dist/{chunk-vdk53yyq.js → chunk-tq46tnxv.js} +102 -64
- package/dist/{chunk-exbcsab2.js → chunk-zvk0f89t.js} +1 -1
- package/dist/control-plane/index.d.ts +1 -1
- package/dist/control-plane/store.d.ts +2 -1
- package/dist/deploy/dashboard-config-module.d.ts +7 -1
- package/dist/deploy/dashboard-session.d.ts +2 -1
- package/dist/deploy/dashboard-users.d.ts +5 -4
- package/dist/deploy/index.d.ts +1 -1
- package/dist/deploy/index.js +7 -7
- package/dist/deploy/management-dashboard.d.ts +4 -3
- package/dist/drivers/index.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +24 -10
- package/dist/ui/account/automation.html +3 -3
- package/dist/ui/account/security.html +2 -2
- package/dist/ui/applications/compose.html +4 -4
- package/dist/ui/applications/new.html +2 -2
- package/dist/ui/data/backups.html +4 -4
- package/dist/ui/data/services.html +4 -4
- package/dist/ui/data/volumes.html +4 -4
- package/dist/ui/index.html +3 -3
- package/dist/ui/operations/alerts.html +4 -4
- package/dist/ui/operations/configuration.html +4 -4
- package/dist/ui/operations/jobs.html +4 -4
- package/dist/ui/operations/maintenance.html +4 -4
- package/dist/ui/operations/observability.html +4 -4
- package/dist/ui/operations/previews.html +4 -4
- package/dist/ui/operations/queue.html +4 -4
- package/dist/ui/operations/regions.html +4 -4
- package/dist/ui/operations/releases.html +4 -4
- package/dist/ui/operations/workloads.html +4 -4
- package/dist/ui/server/actions.html +3 -3
- package/dist/ui/server/activity.html +2 -2
- package/dist/ui/server/capacity.html +3 -3
- package/dist/ui/server/database.html +4 -4
- package/dist/ui/server/deployments.html +4 -4
- package/dist/ui/server/diagnostics.html +2 -2
- package/dist/ui/server/firewall.html +3 -3
- package/dist/ui/server/fleet.html +4 -4
- package/dist/ui/server/logs.html +4 -4
- package/dist/ui/server/metrics.html +2 -2
- package/dist/ui/server/security.html +2 -2
- package/dist/ui/server/services.html +2 -2
- package/dist/ui/server/sites.html +4 -4
- package/dist/ui/server/ssh-keys.html +4 -4
- package/dist/ui/server/team.html +4 -4
- package/dist/ui/server/terminal.html +2 -2
- package/dist/ui/serverless/alarms.html +4 -4
- package/dist/ui/serverless/assets.html +2 -2
- package/dist/ui/serverless/cost.html +2 -2
- package/dist/ui/serverless/data.html +4 -4
- package/dist/ui/serverless/firewall.html +2 -2
- package/dist/ui/serverless/functions.html +4 -4
- package/dist/ui/serverless/logs.html +4 -4
- package/dist/ui/serverless/metrics.html +2 -2
- package/dist/ui/serverless/queues.html +4 -4
- package/dist/ui/serverless/secrets.html +3 -3
- package/dist/ui/serverless/traces.html +4 -4
- package/dist/ui/serverless.html +3 -3
- package/package.json +3 -3
package/dist/drivers/index.js
CHANGED
|
@@ -52,8 +52,8 @@ import {
|
|
|
52
52
|
waitForCloudInit,
|
|
53
53
|
waitForSsh,
|
|
54
54
|
wrapCloudInitUserData
|
|
55
|
-
} from "../chunk-
|
|
56
|
-
import"../chunk-
|
|
55
|
+
} from "../chunk-sd9h1baj.js";
|
|
56
|
+
import"../chunk-tq46tnxv.js";
|
|
57
57
|
import"../chunk-703nkybg.js";
|
|
58
58
|
import"../chunk-4cjrg98a.js";
|
|
59
59
|
import"../chunk-wj3s95p9.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export type { ObjectStorageConfig, ObjectStorageCredentials, ObjectStorageProvid
|
|
|
29
29
|
export { keyMatchesFilters, migrateObjectStorage, remapKey } from './object-storage/migrate';
|
|
30
30
|
export type { MigrateEndpoint, MigrateError, MigrateOptions, MigratePlanItem, MigrateProgress, MigrateResult, MigrateVerification, } from './object-storage/migrate';
|
|
31
31
|
export * from './ssl';
|
|
32
|
-
export { deployStaticSite, deployStaticSiteFull, uploadStaticFiles, invalidateCache, deleteStaticSite, generateStaticSiteTemplate, deployStaticSiteWithExternalDns, deployStaticSiteWithExternalDnsFull, generateExternalDnsStaticSiteTemplate, deploySite, resolveSiteDeployTarget, resolveSiteKind, validateDeploymentConfig, buildAndPushServerlessImage, buildFunctionEnv, deployServerlessApp, infraEnvFromOutputs, redeployServerlessApp, rollbackServerlessApp, runRemoteCommand, setMaintenance, buildManagementDashboardArtifact,
|
|
32
|
+
export { deployStaticSite, deployStaticSiteFull, uploadStaticFiles, invalidateCache, deleteStaticSite, generateStaticSiteTemplate, deployStaticSiteWithExternalDns, deployStaticSiteWithExternalDnsFull, generateExternalDnsStaticSiteTemplate, deploySite, resolveSiteDeployTarget, resolveSiteKind, validateDeploymentConfig, buildAndPushServerlessImage, buildFunctionEnv, deployServerlessApp, infraEnvFromOutputs, redeployServerlessApp, rollbackServerlessApp, runRemoteCommand, setMaintenance, buildManagementDashboardArtifact, dashboardCredentialsFile, ensureManagementDashboard, MANAGEMENT_DASHBOARD_SITE, resolveDashboardAuth, resolveUiSource, } from './deploy';
|
|
33
33
|
export { collectServerDnsDomains, removeStaleServerAddressRecords } from './deploy/server-dns';
|
|
34
34
|
export type { EnsureDashboardLogger, ResolvedDashboardAuth, StaticSiteConfig, DeployResult, UploadOptions, ExternalDnsStaticSiteConfig, ExternalDnsDeployResult, DeploySiteConfig, DeploySiteResult, StaticSiteDnsProvider, SiteDeployKind, DeploymentValidationResult, BuildImageOptions, BuiltImage, CodeSource, DeployServerlessOptions, ResolvedContext, } from './deploy';
|
|
35
35
|
export { createCloudDriver, CloudDriverFactory, cloudDrivers, AwsDriver, HetznerDriver, HetznerClient, resolveHetznerApiToken, normalizeSshPublicKey, ensureFirewall, ensureServer, ensureSshKey, serverPublicIpv4, sshExec, sshExecOrThrow, scpUpload, waitForSsh, waitForCloudInit, buildSshArgs, generateUbuntuAppCloudInit, wrapCloudInitUserData, buildHostCleanupScript, buildSiteDeployScript, buildStaticSiteDeployScript, resolveExecStart, deployAllComputeSites, deploySiteRelease, } from './drivers';
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
API_VERSION,
|
|
6
6
|
AUTHORIZATION_CAPABILITIES,
|
|
7
7
|
AUTH_ACTION_TOKEN_TTL_MS,
|
|
8
|
-
AUTH_ENCRYPTION_KEY_FILE,
|
|
9
8
|
AUTH_MFA_CHALLENGE_TTL_MS,
|
|
10
9
|
AUTH_OIDC_TRANSACTION_TTL_MS,
|
|
11
10
|
AUTH_SESSION_ABSOLUTE_TTL_MS,
|
|
@@ -34,7 +33,6 @@ import {
|
|
|
34
33
|
BunDockerRuntime,
|
|
35
34
|
BunDockerVolumeRuntime,
|
|
36
35
|
BunFilesystemArchiveRuntime,
|
|
37
|
-
CONTROL_PLANE_DATABASE_FILE,
|
|
38
36
|
CONTROL_PLANE_SCHEMA_VERSION,
|
|
39
37
|
CloudBlockVolumeDriver,
|
|
40
38
|
ComposeApplicationService,
|
|
@@ -126,6 +124,7 @@ import {
|
|
|
126
124
|
attachProvenanceToRelease,
|
|
127
125
|
attachSbomToRelease,
|
|
128
126
|
attachVulnerabilitySummary,
|
|
127
|
+
authEncryptionKeyFile,
|
|
129
128
|
authorizeOrganization,
|
|
130
129
|
authorizeRuntimePath,
|
|
131
130
|
backupCredentialStatus,
|
|
@@ -147,6 +146,7 @@ import {
|
|
|
147
146
|
compressBackup,
|
|
148
147
|
config,
|
|
149
148
|
connectionGuidance,
|
|
149
|
+
controlPlaneDatabaseFile,
|
|
150
150
|
controlPlaneMigrations,
|
|
151
151
|
createApiV1Handler,
|
|
152
152
|
createAsgBuildDriver,
|
|
@@ -285,7 +285,7 @@ import {
|
|
|
285
285
|
volumeCapabilities,
|
|
286
286
|
webhookEndpoint,
|
|
287
287
|
zeroCapacity
|
|
288
|
-
} from "./chunk-
|
|
288
|
+
} from "./chunk-cz17nhnx.js";
|
|
289
289
|
import {
|
|
290
290
|
deleteStaticSite,
|
|
291
291
|
deployStaticSite,
|
|
@@ -299,7 +299,7 @@ import {
|
|
|
299
299
|
} from "./chunk-gcsv7g83.js";
|
|
300
300
|
import {
|
|
301
301
|
buildAndPushServerlessImage
|
|
302
|
-
} from "./chunk-
|
|
302
|
+
} from "./chunk-zvk0f89t.js";
|
|
303
303
|
import {
|
|
304
304
|
ApplicationAutoScalingClient,
|
|
305
305
|
BedrockClient,
|
|
@@ -365,7 +365,6 @@ import {
|
|
|
365
365
|
import {
|
|
366
366
|
AwsDriver,
|
|
367
367
|
CloudDriverFactory,
|
|
368
|
-
DASHBOARD_CREDENTIALS_FILE,
|
|
369
368
|
HetznerClient,
|
|
370
369
|
HetznerDriver,
|
|
371
370
|
MANAGEMENT_DASHBOARD_SITE,
|
|
@@ -377,6 +376,7 @@ import {
|
|
|
377
376
|
buildUbuntuBootstrapScript,
|
|
378
377
|
cloudDrivers,
|
|
379
378
|
createCloudDriver,
|
|
379
|
+
dashboardCredentialsFile,
|
|
380
380
|
deployAllComputeSites,
|
|
381
381
|
deploySiteRelease,
|
|
382
382
|
ensureFirewall,
|
|
@@ -398,7 +398,7 @@ import {
|
|
|
398
398
|
waitForCloudInit,
|
|
399
399
|
waitForSsh,
|
|
400
400
|
wrapCloudInitUserData
|
|
401
|
-
} from "./chunk-
|
|
401
|
+
} from "./chunk-sd9h1baj.js";
|
|
402
402
|
import {
|
|
403
403
|
ABTestManager,
|
|
404
404
|
AI,
|
|
@@ -435,6 +435,7 @@ import {
|
|
|
435
435
|
DASHBOARD_PORT_SPAN,
|
|
436
436
|
DASHBOARD_STATE_DIR,
|
|
437
437
|
DEFAULT_SERVICE_LIMITS,
|
|
438
|
+
DEFAULT_STATE_DIR,
|
|
438
439
|
DLQMonitoringManager,
|
|
439
440
|
DNS,
|
|
440
441
|
DNSSECManager,
|
|
@@ -512,6 +513,7 @@ import {
|
|
|
512
513
|
Route53RoutingManager,
|
|
513
514
|
S3Error,
|
|
514
515
|
SMS,
|
|
516
|
+
STATE_DIR_ENV_VAR,
|
|
515
517
|
Search,
|
|
516
518
|
Secrets,
|
|
517
519
|
SecretsManager,
|
|
@@ -699,6 +701,7 @@ import {
|
|
|
699
701
|
isLocalDevelopment,
|
|
700
702
|
isManagementDashboardSiteName,
|
|
701
703
|
isNodeCryptoAvailable,
|
|
704
|
+
isStatePath,
|
|
702
705
|
isValidRegion,
|
|
703
706
|
isWebCryptoAvailable,
|
|
704
707
|
lambdaConcurrencyManager,
|
|
@@ -761,6 +764,7 @@ import {
|
|
|
761
764
|
resolveSiteBucketName,
|
|
762
765
|
resolveSiteResourceName,
|
|
763
766
|
resolveSiteStackName,
|
|
767
|
+
resolveStatePath,
|
|
764
768
|
resolveStorageBucketName,
|
|
765
769
|
resourceManagementManager,
|
|
766
770
|
responseToResult,
|
|
@@ -777,11 +781,14 @@ import {
|
|
|
777
781
|
senderReputationManager,
|
|
778
782
|
sequence,
|
|
779
783
|
serviceMeshManager,
|
|
784
|
+
setStateDir,
|
|
780
785
|
sha256,
|
|
781
786
|
sharedRuntimeLoop,
|
|
782
787
|
signRequest,
|
|
783
788
|
signRequestAsync,
|
|
784
789
|
stackDependencyManager,
|
|
790
|
+
stateDir,
|
|
791
|
+
statePath,
|
|
785
792
|
staticSiteManager,
|
|
786
793
|
storageAdvancedManager,
|
|
787
794
|
suggestCommand,
|
|
@@ -805,7 +812,7 @@ import {
|
|
|
805
812
|
withSecurity,
|
|
806
813
|
withTimeout,
|
|
807
814
|
xrayManager
|
|
808
|
-
} from "./chunk-
|
|
815
|
+
} from "./chunk-tq46tnxv.js";
|
|
809
816
|
import {
|
|
810
817
|
EC2Client,
|
|
811
818
|
SSMClient
|
|
@@ -5156,6 +5163,8 @@ export {
|
|
|
5156
5163
|
suggestCommand,
|
|
5157
5164
|
storageAdvancedManager,
|
|
5158
5165
|
staticSiteManager,
|
|
5166
|
+
statePath,
|
|
5167
|
+
stateDir,
|
|
5159
5168
|
startLocalDashboardServer,
|
|
5160
5169
|
stackDependencyManager,
|
|
5161
5170
|
sshExecOrThrow,
|
|
@@ -5167,6 +5176,7 @@ export {
|
|
|
5167
5176
|
sharedRuntimeLoop,
|
|
5168
5177
|
sha256,
|
|
5169
5178
|
setupDns01Challenge,
|
|
5179
|
+
setStateDir,
|
|
5170
5180
|
setMaintenance,
|
|
5171
5181
|
serviceMeshManager,
|
|
5172
5182
|
serverPublicIpv4,
|
|
@@ -5203,6 +5213,7 @@ export {
|
|
|
5203
5213
|
resourceManagementManager,
|
|
5204
5214
|
resolveUiSource,
|
|
5205
5215
|
resolveStorageBucketName,
|
|
5216
|
+
resolveStatePath,
|
|
5206
5217
|
resolveSiteStackName,
|
|
5207
5218
|
resolveSiteResourceName,
|
|
5208
5219
|
resolveSiteKind,
|
|
@@ -5324,6 +5335,7 @@ export {
|
|
|
5324
5335
|
jobProviderCapability,
|
|
5325
5336
|
isWebCryptoAvailable,
|
|
5326
5337
|
isValidRegion,
|
|
5338
|
+
isStatePath,
|
|
5327
5339
|
isQuietHours,
|
|
5328
5340
|
isNodeCryptoAvailable,
|
|
5329
5341
|
isManagementDashboardSiteName,
|
|
@@ -5473,6 +5485,7 @@ export {
|
|
|
5473
5485
|
decodeBase32,
|
|
5474
5486
|
databaseUserManager,
|
|
5475
5487
|
dataServiceCapabilities,
|
|
5488
|
+
dashboardCredentialsFile,
|
|
5476
5489
|
dashboardActions,
|
|
5477
5490
|
crossRegionReferenceManager,
|
|
5478
5491
|
createZip,
|
|
@@ -5530,6 +5543,7 @@ export {
|
|
|
5530
5543
|
createApiV1Handler,
|
|
5531
5544
|
createApiBackendPreset,
|
|
5532
5545
|
controlPlaneMigrations,
|
|
5546
|
+
controlPlaneDatabaseFile,
|
|
5533
5547
|
containerRegistryManager,
|
|
5534
5548
|
connectionGuidance,
|
|
5535
5549
|
config,
|
|
@@ -5585,6 +5599,7 @@ export {
|
|
|
5585
5599
|
autocomplete,
|
|
5586
5600
|
authorizeRuntimePath,
|
|
5587
5601
|
authorizeOrganization,
|
|
5602
|
+
authEncryptionKeyFile,
|
|
5588
5603
|
attachVulnerabilitySummary,
|
|
5589
5604
|
attachSbomToRelease,
|
|
5590
5605
|
attachProvenanceToRelease,
|
|
@@ -5651,6 +5666,7 @@ export {
|
|
|
5651
5666
|
Search,
|
|
5652
5667
|
SchedulerClient,
|
|
5653
5668
|
STSClient,
|
|
5669
|
+
STATE_DIR_ENV_VAR,
|
|
5654
5670
|
SSMClient,
|
|
5655
5671
|
SQSClient,
|
|
5656
5672
|
SNSClient,
|
|
@@ -5817,12 +5833,12 @@ export {
|
|
|
5817
5833
|
DIAGNOSTIC_PRESETS,
|
|
5818
5834
|
DEPLOYMENT_QUEUE_KINDS,
|
|
5819
5835
|
DEFAULT_TELEMETRY_POLICY,
|
|
5836
|
+
DEFAULT_STATE_DIR,
|
|
5820
5837
|
DEFAULT_SERVICE_LIMITS,
|
|
5821
5838
|
DASHBOARD_STATE_DIR,
|
|
5822
5839
|
DASHBOARD_PORT_SPAN,
|
|
5823
5840
|
DASHBOARD_PORT_BASE,
|
|
5824
5841
|
DASHBOARD_ENTRY,
|
|
5825
|
-
DASHBOARD_CREDENTIALS_FILE,
|
|
5826
5842
|
CrossRegionReferenceManager,
|
|
5827
5843
|
CredentialError,
|
|
5828
5844
|
ControlPlaneStore,
|
|
@@ -5852,7 +5868,6 @@ export {
|
|
|
5852
5868
|
CanaryManager,
|
|
5853
5869
|
Cache,
|
|
5854
5870
|
CONTROL_PLANE_SCHEMA_VERSION,
|
|
5855
|
-
CONTROL_PLANE_DATABASE_FILE,
|
|
5856
5871
|
COMMON_CROSS_ACCOUNT_ROLES,
|
|
5857
5872
|
CDN,
|
|
5858
5873
|
BunFilesystemArchiveRuntime,
|
|
@@ -5904,7 +5919,6 @@ export {
|
|
|
5904
5919
|
AUTH_SESSION_ABSOLUTE_TTL_MS,
|
|
5905
5920
|
AUTH_OIDC_TRANSACTION_TTL_MS,
|
|
5906
5921
|
AUTH_MFA_CHALLENGE_TTL_MS,
|
|
5907
|
-
AUTH_ENCRYPTION_KEY_FILE,
|
|
5908
5922
|
AUTH_ACTION_TOKEN_TTL_MS,
|
|
5909
5923
|
AUTHORIZATION_CAPABILITIES,
|
|
5910
5924
|
API_VERSION,
|