fixup! feat!: abra app env pull
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -59,8 +59,17 @@ teardown(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "app env pull explodes when no deployed app" { }
|
@test "app env pull explodes when no deployed app" { }
|
||||||
|
|
||||||
@test "app env pull existing app env (no --force)" { }
|
@test "app env pull existing app env (no --force)" { }
|
||||||
@test "app env pull existing app env (--force)" { }
|
@test "app env pull existing app env (--force)" { }
|
||||||
|
|
||||||
@test "app env pull recreates app env when missing" { }
|
@test "app env pull recreates app env when missing" { }
|
||||||
@test "app env pull recreates correct version" { }
|
@test "app env pull recreates correct version" { }
|
||||||
@test "app env pull recreates correct changed values" { }
|
@test "app env pull recreates correct changed values" { }
|
||||||
|
|
||||||
|
# TODO: comment/uncomment
|
||||||
|
# TODO: no quotes insert
|
||||||
|
# TODO: single quotes insert
|
||||||
|
# TODO: double quotes insert
|
||||||
|
# TODO: COMPOSE_FILE manual intervention
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user