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
}