dagger do action options flags

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-03-28 13:47:42 -06:00
parent 069227e30c
commit dae0ee1d1e
10 changed files with 341 additions and 46 deletions

View File

@@ -5,5 +5,5 @@ setup() {
}
@test "aws/cli" {
dagger "do" -p ./sts_get_caller_identity.cue verify
dagger "do" -p ./sts_get_caller_identity.cue getCallerIdentity
}

View File

@@ -6,6 +6,6 @@ setup() {
@test "aws" {
dagger "do" -p ./default_version.cue getVersion
dagger "do" -p ./credentials.cue verify
dagger "do" -p ./config_file.cue verify
dagger "do" -p ./credentials.cue getCallerIdentity
dagger "do" -p ./config_file.cue getCallerIdentity
}