Skip to content

Conversation

@cunoe
Copy link
Contributor

@cunoe cunoe commented Sep 13, 2025

Update README.md to document all available commands, their options, and usage examples, along with updated project structure and development guidelines.


Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Sep 13, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@cunoe cunoe marked this pull request as ready for review September 13, 2025 08:05
@cunoe
Copy link
Contributor Author

cunoe commented Sep 13, 2025

@cursor 还有中文的文档要更新

@cursor
Copy link

cursor bot commented Sep 13, 2025

I significantly expanded the envx CLI, transforming it into a comprehensive environment variable management system with database-backed versioning, tagging, and remote synchronization. I implemented new commands for configuration (init, test), variable management (set, del, load), history (history, tag), and remote operations (push, pull). I also updated docs/README-zh.md to reflect these changes and the new architecture.


4 tasks completed

  • Update Chinese README with comprehensive command documentation
  • Translate all command sections to Chinese
  • Update Chinese project structure documentation
  • Translate development guidelines to Chinese
Open in Cursor Open in Web

Learn more about Cursor Agents

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, please upgrade to Bugbot Pro by visiting the Cursor dashboard. Your first 14 days will be free!

#### Remote Commands
- `push <ref>` - Push environment variables to remote server
- `-c, --config <path>` - Path to config file (default: `./envx.config.yaml`)
- `-d, --dev-config <path>` - Path to dev config file (default: `.envx/dev.config.yaml`)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent Flag Assignments Across Commands

Several short flags (-v, -t, -f, -d) are inconsistently assigned to different options across various commands. This creates confusing and unpredictable CLI behavior, as the same flag has different meanings depending on the context.

Fix in Cursor Fix in Web

@cunoe cunoe merged commit d75dc70 into main Sep 13, 2025
2 checks passed
@cunoe cunoe deleted the cursor/update-commands-in-readme-5d26 branch September 13, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants