From 609b720705e876196c4f1e8e4df71972eb3882e0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 31 Oct 2025 19:04:15 +0100 Subject: [PATCH] fixup! feat!: `abra app env pull` --- tests/integration/app_env.bats | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration/app_env.bats b/tests/integration/app_env.bats index 61d876c4..ac4e5472 100644 --- a/tests/integration/app_env.bats +++ b/tests/integration/app_env.bats @@ -59,8 +59,17 @@ teardown(){ } @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 (--force)" { } + @test "app env pull recreates app env when missing" { } @test "app env pull recreates correct version" { } @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 +