Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This package contains the Quip command line interface, which is used for interacting with the Quip Live Apps platform.
$ npm install -g quip-cli
$ qla COMMAND
running command...
$ qla (-v|--version|version)
quip-cli/1.0.0-alpha.25 linux-x64 node-v12.18.2
$ qla --help [COMMAND]
USAGE
$ qla COMMAND
...
qla help [COMMAND]
display help for qla
USAGE
$ qla help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
qla init
Initialize a new Live App Project
USAGE
$ qla init
OPTIONS
-h, --help show CLI help
See code: src/commands/init.ts
qla login
Logs in to Quip and stores credentials in the .quiprc file
USAGE
$ qla login
OPTIONS
-f, --force forces a re-login even if a user is currently logged in
-h, --help show CLI help
-s, --site=site [default: quip.com] use a specific quip site rather than the standard quip.com login
See code: src/commands/login.ts
qla migration [NAME]
Creates a new migration
USAGE
$ qla migration [NAME]
ARGUMENTS
NAME A short description to generate the filename with
OPTIONS
-f, --folder=folder [default: migrations] The folder where your migrations are stored
-h, --help show CLI help
-m, --manifest=manifest A manifest.json file to add the migration to. By default, we'll use the first one we find.
-v, --version=version The version to generate this migration for. By default, it will use the current
version_number in the manifest
See code: src/commands/migration.ts
When developing locally, you'll iterate by calling bin/run <your-command>
.
This tool uses oclif to handle arg parsing and user interactivity.
To add a command to this repo, run npx oclif command <name>
. For other options, check npx oclif --help
FAQs
A Command Line Interface for the Quip Live Apps platform
The npm package quip-cli receives a total of 2,724 weekly downloads. As such, quip-cli popularity was classified as popular.
We found that quip-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.