Skip to content

Commit

Permalink
Add new test for deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Sep 4, 2024
1 parent 1994437 commit d3ce354
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/esc/cli/testdata/env-init-warning.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
run: |
esc env init test-env
stdout: |+
> esc env init test-env
Environment created: test-user/default/test-env
stderr: |
> esc env init test-env
Warning: Referring to an environment name ('test-env') without a project is deprecated.
Please use 'test-user/default/test-env' or 'default/test-env' instead.

0 comments on commit d3ce354

Please sign in to comment.