UNPKG
sst-aws-cdk
Version:
latest (2.1018.1-3)
2.1018.1
2.1018.1-3
2.1018.1-2
2.1018.1-1
2.1005.0
2.179.0
2.179.0-3
2.179.0-2
2.179.0-1
2.171.1
2.171.1-4
2.171.1-3
2.171.1-2
2.171.1-1
2.161.1
2.161.1-2
2.161.1-1
2.142.1
2.132.1
2.124.0
2.110.1
2.110.1-1
2.101.1
2.100.0
2.95.1
2.91.0
2.84.0
2.69.0
2.62.2-3
2.62.2-2
2.62.2-1
AWS CDK CLI, the command line tool for CDK apps
github.com/aws/aws-cdk
aws/aws-cdk-cli
sst-aws-cdk
/
lib
/
cli
/
cli.d.ts
4 lines
(3 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
import
type
{
Synthesizer
}
from
'../cxapp'
;
export
declare
function
exec
(
args
:
string
[],
synthesizer
?:
Synthesizer
):
Promise
<
number
|
void
>;
export
declare
function
cli
(
args
?:
string
[]
):
void
;