![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@denyhs/cortex-cli
Advanced tools
A command-line tool to generate commit messages based on your repository changes.
npm install -g @denyhs/cortex-cli
Before using the CLI, you need to set your API token as an environment variable:
export CORTEX_GENERATE_COMMIT_MESSAGE_TOKEN=your_token_here
Or create a .env
file in your project root:
CORTEX_GENERATE_COMMIT_MESSAGE_TOKEN=your_token_here
cortex commit-message [options]
--onlyStaged
: Same as default, generate message for staged changes--onlyUnstaged
: Generate message for unstaged changes--all
: Generate message for all changes (staged and unstaged)--stageAll
: Stage all changes before generating the message--header <text>
: Add a custom header to the commit message (will be added above the generated message)--commitStaged
: After generating the message, prompt to commit staged changes--commitAndPush
: After generating the message, prompt to commit staged changes and push them to the remote repository# Generate message for staged changes
cortex commit-message
# Generate message for all changes
cortex commit-message --all
# Stage all changes and generate message
cortex commit-message --stageAll
# Stage all changes, generate message with header, and commit
cortex commit-message --stageAll --header="feat: new feature implementation" --commitStaged
# Stage all changes, generate message, and commit and push
cortex commit-message --stageAll --commitAndPush
# Generate message with a custom header
cortex commit-message --header="feat: new feature implementation"
# Generate message, commit, and push with a custom header
cortex commit-message --commitAndPush --header="fix: resolve critical bug"
FAQs
CLI tool to generate commit messages based on repository changes
The npm package @denyhs/cortex-cli receives a total of 0 weekly downloads. As such, @denyhs/cortex-cli popularity was classified as not popular.
We found that @denyhs/cortex-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.