UNPKG
@codification/cutwater-build-aws
Version:
latest (0.35.31)
0.35.31
0.35.30
0.35.29
0.35.28
0.35.27
0.35.26
0.35.25
0.35.24
0.35.23
0.35.22
0.35.21
0.35.20
0.35.19
0.35.18
0.35.17
0.35.15
0.35.14
0.35.13
0.35.12
0.35.11
0.35.10
0.35.9
0.35.8
0.35.7
0.35.6
0.35.5
0.35.4
0.35.3
0.35.2
0.35.1
0.35.0
0.34.17
0.34.16
0.34.15
0.34.14
0.34.13
0.34.12
0.34.11
0.34.10
0.34.9
0.34.8
0.34.7
0.34.6
0.34.5
0.34.4
0.34.3
0.34.2
0.34.1
0.34.0
0.33.17
0.33.16
0.33.15
0.33.14
0.33.13
0.33.12
0.33.11
0.33.10
0.33.9
0.33.8
0.33.7
0.33.6
0.33.5
0.33.4
0.33.3
0.33.2
0.33.1
0.33.0
0.32.3
0.32.2
0.32.1
0.32.0
0.31.0
0.30.6
0.30.5
0.30.4
0.30.3
0.30.2
0.30.1
0.30.0
0.29.0
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.14
0.27.13
0.27.11
0.27.10
0.27.9
0.27.8
0.27.7
0.27.6
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.27.0
0.26.0
0.25.3
0.25.2
0.25.1
0.25.0
0.24.5
0.24.4
0.24.3
0.24.2
0.24.1
0.24.0
0.23.2
0.23.1
0.23.0
0.22.1
0.22.0
0.21.4
0.21.0
0.20.14
0.20.11
0.20.10
0.20.9
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.2
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.1
0.6.3
0.6.2
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Tasks for working with AWS.
github.com/CodificationOrg/cutwater
CodificationOrg/cutwater
@codification/cutwater-build-aws
/
lib
/
tasks
/
EcrLoginTask.d.ts
9 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
AwsCliTask
}
from
'./AwsCliTask'
;
export
interface
EcrLoginParameters
{
accountId
:
string
; }
export
declare
class
EcrLoginTask
extends
AwsCliTask
<
EcrLoginParameters
> {
constructor
(
);
executeTask
():
Promise
<
void
>; }
//# sourceMappingURL=EcrLoginTask.d.ts.map