Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
gem install rosette-client
Configure it! Create the file ~/.rosette/config.yml
with configuration options for your Rosette setup:
:host: rosette.mycompany.com
:port: 8080
:version: v1
You should now be able to change directory into a git repository and run rosette commands. If you installed Ruby with rbenv, don't forget to run rbenv rehash
to make rosette-client's executable available.
git rosette commit [<ref>]
Causes the given ref to be processed. If ref is omitted, the current HEAD
is assumed. Phrases will be extracted and stored in the data store.
git rosette diff <ref1> [<ref2> | <path>] [-- <path1> <path2> ...]
Show the diff between two refs. If the second ref is omitted, the current HEAD
is assumed. You can separate paths from ref arguments with --
for consistency with the git diff
command. This command will print phrases that were added, removed, or changed between the two refs.
git rosette show [<ref>]
Print the phrases that were added, removed, or changed in the given ref. If the ref is omitted, the current HEAD
is assumed.
git rosette status [<ref>]
Print the translation status of the given ref. This includes how many phrases were found and the percentage translated in each supported locale. If ref is omitted, the current HEAD
is assumed.
git rosette snapshot [<ref>]
Print a snapshot of the phrases for the given ref. If ref is omitted, the current HEAD
is assumed.
git rosette repo_snapshot [<ref>]
Print the snapshot hash for the given ref. A snapshot is a hash of file paths to commit ids, where each commit id represents the commit the file last changed in. If ref is omitted, the current HEAD
is assumed.
You've gotta be running a properly configured instance of rosette-server to communicate with, but otherwise there are no external requirements.
bundle exec rake
should do the trick.
FAQs
Unknown package
We found that rosette-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.