add cmd/input/list to scan a plan for inputs

Signed-off-by: Tony Worm <tony@hofstadter.io>
This commit is contained in:
Tony Worm
2021-04-19 16:44:21 -04:00
parent d93c8929cb
commit 6488d41603
6 changed files with 324 additions and 0 deletions

View File

@@ -217,3 +217,10 @@ setup() {
"source": {}
}'
}
@test "dagger input scan" {
"$DAGGER" new --plan-dir "$TESTDIR"/cli/input/scan "scan"
run "$DAGGER" input scan -d "input"
assert_success
}