`reflex cloud secrets update` prints nothing on success
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
Research direction
Look at the reflex-hosting-cli package, specifically the secrets update command implementation. Compare with secrets delete and the JSON output logic to see where the success message is missing. The test likely involves running the command in text mode and verifying the output matches the expected format. Check for existing tests for secrets commands to understand the testing pattern.
Written by the indexing model from the issue text.
Description
Package: reflex-hosting-cli (reproduced on main at ea035ea47 and on #7207 at 988718e78)
In text mode, a successful secrets update produces no output:
$ reflex cloud secrets update <app id> --env FOO=bar --env BAZ=qux --no-reboot --no-interactive
[exit=0]
The sibling commands confirm what they did. secrets delete prints Success: Successfully deleted secret., and secrets update --json returns {"app_id": ..., "updated": ["BAZ", "FOO"], "rebooted": false}.
Expected: a success line naming the keys that were set, and whether the app is rebooting. For example: Success: Updated 2 secrets (BAZ, FOO). Not rebooting; run with --reboot or redeploy to apply.
- Dominant language
- Python
- Stars
- 28.9k
- Forks
- 1.8k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 180
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from reflex-dev/reflex
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
reflex-dev/reflex#7300 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
reflex-dev/reflex#7298 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
reflex-dev/reflex#7296 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
reflex-dev/reflex#7295 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
reflex-dev/reflex#7294 · 1 comment ·
All issues in reflex-dev/reflex
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
stephrobert/dsoxlab#238 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
sublimehq/package_control#1780 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
nwg-piotr/nwg-displays#145 ·