UNPKG
@routineless/nx-aws-cdk
Version:
beta (1.4.3-beta.2)
latest (1.4.2)
1.4.3-beta.2
1.4.3-beta.1
1.4.3-beta.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.1.0-beta.0
1.0.0
0.1.1
0.1.0
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
Nx plugin for AWS CDK
github.com/KozelAnatoliy/routineless
KozelAnatoliy/routineless
@routineless/nx-aws-cdk
/
src
/
executors
/
localstack
/
schema.d.ts
9 lines
(8 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
LocalstackExecutorOptions
{
command
:
'start'
|
'stop'
|
'ps'
composeFile
?:
string
debug
?:
boolean
containerName
?:
string
preserveVolumes
?:
boolean
volumeMountPath
?:
string
}