Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@retter/rio-cli
Advanced tools
Rio CLI is a command-line tool that allows you to interact with the RIO platform. You can use it to deploy your RIO projects, generate class files, create new projects, and more.
npm i -g @retter/rio-cli
The RIO CLI supports both TypeScript
and JavaScript
dependencies.
tsconfig.json
file on its path..ignore
file to its pathExample: https://github.com/retterio/v2-dependency-example
rio --
--help
: Show help.--version
: Show version number.rio set-profile [sp]
Upsert admin profile in local storage.
rio set-profile --profile-name <PROFILE_NAME> --secret-id <SECRET> --secret-key <SECRETKEY> --endpoint <DOMAIN>
--profile-name
: Name of this admin profile--secret-id
: Secrect id fetched from console--secret-key
: Secrect key fetched from console--endpoint
: URL to target rio consolerio deploy [d]
Save local changes to the rio cloud and deploy the project.
--profile [p]
: Profile name for deployment (type: string)--project-id [pid]
: Project id for deployment (type: string).--classes [c]
: Filtered classes for deployment (type: array) (optional).--ignore-approval [i]
: Ignore deployment manual approval (optional).--force [f]
: Send deployment requests with force parameter to RIO (optional).--skip-diff-check [s]
: Skip and don't perform difference checks while deploying (optional).rio deploy --profile admin --project-id 77bb3924k --classes Order Product --force --skip-diff-check --ignore-approval
rio d --p admin --pid 77bb3924k --c Order Product --f --s --i
rio save [s]
Save local changes to the rio cloud without deploying them
--profile [p]
: Profile name for deployment (type: string)--project-id [pid]
: Project id for deployment (type: string).--classes [c]
: Filtered classes for deployment (type: array)(optional).--ignore-approval [i]
: Ignore deployment manual approval (optional).--skip-diff-check [s]
: Skip and don't perform difference checks while deploying (optional).rio save --profile admin --project-id 77bb3924k --classes Order Product --skip-diff-check --ignore-approval
rio s --p admin --pid 77bb3924k --c Order Product --s --i
rio get-settings [gs]
Fetches project data and generates a project configuration file on your local disk
--profile [p]
: Profile name for target rio environment (type: string)--project-id [pid]
: Project id for target project (type: string).rio get-settings --profile <profile_name> --project-id <project_id>
rio gs --p <profile_name> --pid <project_id>
rio set-settings [ss]
Synchronize your local project configuration with the remote project, enabling you to effortlessly create or update log adapters, state stream targets, and more.
--profile [p]
: Profile name for target rio environment (type: string)--project-id [pid]
: Project id for target project (type: string).rio set-settings --profile <profile_name> --project-id <project_id>
rio ss --p <profile_name> --pid <project_id>
rio init [alias]
(i
)Create a new project.
rio init --alias <project_name> --profile <profile_name>
rio i --a <project_name> --p <profile_name>
rio list-profiles [lp]
List local admin profiles.
rio list-profiles
FAQs
Retter.io Command Line Tool
The npm package @retter/rio-cli receives a total of 118 weekly downloads. As such, @retter/rio-cli popularity was classified as not popular.
We found that @retter/rio-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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.