Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`reflex cloud secrets update` prints nothing on success

Open Beginner friendly
#7,297 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
75/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
cli, python
Domain
cli

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from reflex-dev/reflex

All issues in reflex-dev/reflex

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.