@aws-cdk-testing/cli-integ
Version:
Integration tests for the AWS CDK CLI
5 lines (4 loc) • 298 B
TypeScript
import type { LoginInformation } from './codeartifact';
import type { UsageDir } from './usage-dir';
export declare function nugetLogin(login: LoginInformation, usageDir: UsageDir): Promise<void>;
export declare function uploadDotnetPackages(packages: string[], usageDir: UsageDir): Promise<void>;