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.
A command line interface for SPAship.
$ npm install -g @rhcp/cli
$ spaship COMMAND
running command...
$ spaship (-v|--version|version)
@rhcp/cli/0.3.2 linux-x64 node-v11.14.0
$ spaship --help [COMMAND]
USAGE
$ spaship COMMAND
...
spaship deploy ARCHIVE
deploy to a SPAship host
USAGE
$ spaship deploy ARCHIVE
ARGUMENTS
ARCHIVE SPA archive file
OPTIONS
-r, --ref=ref [default: undefined] a version tag, commit hash, or branch to identify this release
DESCRIPTION
Send an archive containing a SPA to a SPAship host for deployment. Supports .tar.gz/.tgz, .zip, and .tar.bz2.
See code: src/commands/deploy.js
spaship help [COMMAND]
display help for spaship
USAGE
$ spaship help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
spaship init
Initialize a SPAship config file for your app.
USAGE
$ spaship init
OPTIONS
-n, --name=name (required) a human-friendly title for your app
-p, --path=path (required) the URL path for your app under the SPAship domain. ex: /my/app
-s, --[no-]single route all non-asset requests to index.html
--overwrite overwrite existing spaship.yaml
DESCRIPTION
Without arguments, init will ask you a few questions and generate a spaship.yaml config file. The answers can also be
passed in as CLI options.
See code: src/commands/init.js
FAQs
A command line interface for SPAship!
The npm package @rhcp/cli receives a total of 1 weekly downloads. As such, @rhcp/cli popularity was classified as not popular.
We found that @rhcp/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.