-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: new CLI commands documentation #413
Conversation
Sorry, I clicked "Ready for review" by mistake. This PR is still a work in progress, and I will make additional changes before it's ready for a full review. |
There is some DS_STORE remaining that need to be deleted |
…g, open, report, scorecard, summary, verify)
b05fcc8
to
191c5c9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #413 +/- ##
============================================
- Coverage 100.00% 89.88% -10.12%
============================================
Files 15 20 +5
Lines 649 1196 +547
Branches 0 1 +1
============================================
+ Hits 649 1075 +426
- Misses 0 121 +121 ☔ View full report in Codecov by Sentry. |
- Updated auto.md to include missing common options (--silent, --output) - Ensured consistency in the documentation of options across from, cwd, and auto commands - Centralized common options for easier maintenance and readability
- Removed the port configuration example from the CLI options table - Removed outdated IMPORTANT note about the auto command in README.md
- Updated `scorecard` command description to include NPM packages and clarify use of OpenSSF scorecard. - Removed unnecessary spaces in documentation. - Standardized the presentation of options in the `auto` command documentation to match other commands.
@allcontributors please add @foucsi for doc |
I've put up a pull request to add @foucsi! 🎉 |
This draft Pull Request aims to improve the documentation of NodeSecure CLI commands. The changes include:
This PR is still a work in progress, and I am open to any feedback to ensure that the documentation is complete and accurate. Thank you for your review and comments!