Skip to content

Commit

Permalink
tests: put chars value
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 15, 2024
1 parent 9186cfb commit 2227226
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions teller-cli/tests/cmd/put.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ $ teller show
[new (dotenv)]: EMPTY = tr***
[new (dotenv)]: NEW_VAR = s3***

$ teller put --providers new --map-id one TRICKYVAR="-A"

$ teller show
[new (dotenv)]: EMPTY = tr***
[new (dotenv)]: NEW_VAR = s3***
[new (dotenv)]: TRICKYVAR = -A***

```

0 comments on commit 2227226

Please sign in to comment.