Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@bodiless/cli
Advanced tools
$ npm install -g @bodiless/cli
$ bodiless COMMAND
running command...
$ bodiless (-v|--version|version)
@bodiless/cli/0.0.50 linux-x64 node-v12.16.3
$ bodiless --help [COMMAND]
USAGE
$ bodiless COMMAND
...
bodiless help [COMMAND]
display help for bodiless
USAGE
$ bodiless help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
bodiless pack
Pack and install dependencies from a local monorepo.
USAGE
$ bodiless pack
OPTIONS
-f, --force Install packages even if they are not existing dependencies of the site
-h, --help show CLI help
-p, --package=package Name of package to bundle. May be specified more than once. If omitted, will bundle all
matching dependencies.
-r, --repo=repo [default: .] Path to the local lerna monorepo, relative to the current directory. Must contain
the package source in a `packages` directory.
-s, --site=site [default: .] Path to the site into which you wish to install packages, relative to the current
directory.
--dry-run Do not pack or install. Just show list of matching packages.
--skip-install Only pack, do not install.
EXAMPLES
$ bodiless pack -r /path/to/local/monorepo
$ bodiless pack -s /path/to/site
See code: lib/commands/pack.js
FAQs
A cli tool for Bodiless-JS
The npm package @bodiless/cli receives a total of 6 weekly downloads. As such, @bodiless/cli popularity was classified as not popular.
We found that @bodiless/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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.