@go-to-k/cdkd 0.115.2 → 0.115.3
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/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { a as setAwsClients, i as resetAwsClients, r as getAwsClients, t as AwsClients } from "./aws-clients-CuHRHcyW.js";
|
|
3
|
-
import { $ as
|
|
3
|
+
import { $ as StackHasActiveImportsError, A as Synthesizer, C as AssetPublisher, D as formatDockerLoginError, E as buildDockerImage, F as resolveSkipPrefix, I as resolveStateBucketWithDefault, J as PartialFailureError, K as LocalInvokeBuildError, L as resolveStateBucketWithDefaultAndSource, M as getLegacyStateBucketName, N as resolveApp, O as getDockerCmd, P as resolveCaptureObservedState, Q as RouteDiscoveryError, R as warnDeprecatedNoPrefixCliFlag, S as shouldRetainResource, T as WorkGraph, U as CdkdError, V as resolveBucketRegion, X as ResourceTimeoutError, Y as ProvisioningError, Z as ResourceUpdateNotSupportedError, _ as DiffCalculator, _t as withStackName, a as withRetry, at as normalizeAwsError, b as LockManager, c as collectInlinePolicyNamesManagedBySiblings, ct as getLogger, d as normalizeAwsTagsToCfn, dt as getLiveRenderer, et as StackTerminationProtectionError, f as resolveExplicitPhysicalId, ft as PATTERN_B_NAME_PROPERTIES, g as IntrinsicFunctionResolver, gt as withSkipPrefix, h as assertRegionMatch, ht as generateResourceNameWithFallback, i as withResourceDeadline, j as getDefaultStateBucketName, k as runDockerStreaming, l as CDK_PATH_TAG, m as CloudControlProvider, mt as generateResourceName, n as DEFAULT_RESOURCE_WARN_AFTER_MS, o as IMPLICIT_DELETE_DEPENDENCIES, ot as withErrorHandling, p as ProviderRegistry, pt as PATTERN_B_RESOURCE_TYPES, r as DeployEngine, s as IAMRoleProvider, t as DEFAULT_RESOURCE_TIMEOUT_MS, u as matchesCdkPath, ut as runStackBuffered, v as DagBuilder, w as stringifyValue, x as S3StateBackend, y as TemplateParser, z as AssemblyReader } from "./deploy-engine-VFIYh_NY.js";
|
|
4
4
|
import { createHash, createPublicKey, createVerify, randomBytes, randomUUID } from "node:crypto";
|
|
5
5
|
import { CopyObjectCommand, CreateBucketCommand, DeleteBucketAnalyticsConfigurationCommand, DeleteBucketCommand, DeleteBucketCorsCommand, DeleteBucketIntelligentTieringConfigurationCommand, DeleteBucketInventoryConfigurationCommand, DeleteBucketLifecycleCommand, DeleteBucketMetricsConfigurationCommand, DeleteBucketPolicyCommand, DeleteBucketReplicationCommand, DeleteBucketTaggingCommand, DeleteBucketWebsiteCommand, DeleteObjectCommand, DeleteObjectsCommand, GetBucketAccelerateConfigurationCommand, GetBucketCorsCommand, GetBucketEncryptionCommand, GetBucketLifecycleConfigurationCommand, GetBucketLocationCommand, GetBucketLoggingCommand, GetBucketNotificationConfigurationCommand, GetBucketPolicyCommand, GetBucketReplicationCommand, GetBucketTaggingCommand, GetBucketVersioningCommand, GetBucketWebsiteCommand, GetObjectCommand, GetObjectLockConfigurationCommand, GetPublicAccessBlockCommand, HeadBucketCommand, ListBucketAnalyticsConfigurationsCommand, ListBucketIntelligentTieringConfigurationsCommand, ListBucketInventoryConfigurationsCommand, ListBucketMetricsConfigurationsCommand, ListBucketsCommand, ListDirectoryBucketsCommand, ListObjectVersionsCommand, ListObjectsV2Command, NoSuchBucket, PutBucketAccelerateConfigurationCommand, PutBucketAnalyticsConfigurationCommand, PutBucketCorsCommand, PutBucketEncryptionCommand, PutBucketIntelligentTieringConfigurationCommand, PutBucketInventoryConfigurationCommand, PutBucketLifecycleConfigurationCommand, PutBucketLoggingCommand, PutBucketMetricsConfigurationCommand, PutBucketNotificationConfigurationCommand, PutBucketOwnershipControlsCommand, PutBucketPolicyCommand, PutBucketReplicationCommand, PutBucketTaggingCommand, PutBucketVersioningCommand, PutBucketWebsiteCommand, PutObjectCommand, PutObjectLockConfigurationCommand, PutPublicAccessBlockCommand, S3Client, S3ServiceException } from "@aws-sdk/client-s3";
|
|
6
6
|
import { AddRoleToInstanceProfileCommand, AddUserToGroupCommand, AttachGroupPolicyCommand, AttachUserPolicyCommand, CreateGroupCommand, CreateInstanceProfileCommand, CreateLoginProfileCommand, CreateUserCommand, DeleteAccessKeyCommand, DeleteGroupCommand, DeleteGroupPolicyCommand, DeleteInstanceProfileCommand, DeleteLoginProfileCommand, DeleteRolePolicyCommand, DeleteUserCommand, DeleteUserPermissionsBoundaryCommand, DeleteUserPolicyCommand, DetachGroupPolicyCommand, DetachUserPolicyCommand, GetGroupCommand, GetGroupPolicyCommand, GetInstanceProfileCommand, GetRolePolicyCommand, GetUserCommand, GetUserPolicyCommand, IAMClient, ListAccessKeysCommand, ListAttachedGroupPoliciesCommand, ListAttachedUserPoliciesCommand, ListGroupPoliciesCommand, ListGroupsForUserCommand, ListInstanceProfilesCommand, ListUserPoliciesCommand, ListUserTagsCommand, ListUsersCommand, NoSuchEntityException, PutGroupPolicyCommand, PutRolePolicyCommand, PutUserPermissionsBoundaryCommand, PutUserPolicyCommand, RemoveRoleFromInstanceProfileCommand, RemoveUserFromGroupCommand, TagUserCommand, UntagUserCommand, UpdateLoginProfileCommand } from "@aws-sdk/client-iam";
|
|
@@ -37691,7 +37691,7 @@ async function ecrLogin(client, accountId, region) {
|
|
|
37691
37691
|
], { input: password });
|
|
37692
37692
|
} catch (err) {
|
|
37693
37693
|
const e = err;
|
|
37694
|
-
throw new LocalInvokeBuildError(`ECR login failed: ${e.stderr
|
|
37694
|
+
throw new LocalInvokeBuildError(`ECR login failed: ${formatDockerLoginError(e.stderr || e.message || String(err), endpoint)}`);
|
|
37695
37695
|
}
|
|
37696
37696
|
}
|
|
37697
37697
|
/**
|
|
@@ -45594,7 +45594,7 @@ function reorderArgs(argv) {
|
|
|
45594
45594
|
*/
|
|
45595
45595
|
async function main() {
|
|
45596
45596
|
const program = new Command();
|
|
45597
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.115.
|
|
45597
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.115.3");
|
|
45598
45598
|
program.addCommand(createBootstrapCommand());
|
|
45599
45599
|
program.addCommand(createSynthCommand());
|
|
45600
45600
|
program.addCommand(createListCommand());
|