Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quip-cli

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quip-cli

A Command Line Interface for the Quip Live Apps platform

  • 1.0.0-alpha.24
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
411
decreased by-84.65%
Maintainers
1
Weekly downloads
 
Created
Source

Quip CLI

This package contains the Quip command line interface, which is used for interacting with the Quip Live Apps platform.

  • Quip CLI
  • Usage
  • Commands

Usage

$ npm install -g quip-cli
$ qla COMMAND
running command...
$ qla (-v|--version|version)
quip-cli/1.0.0-alpha.24 linux-x64 node-v12.18.2
$ qla --help [COMMAND]
USAGE
  $ qla COMMAND
...

Commands

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

Running locally

When developing locally, you'll iterate by calling bin/run <your-command>.

Adding new commands

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

Keywords

FAQs

Package last updated on 20 Jul 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc