1.0.5 • Published 4 years ago

csa-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

CSA CLI plugin

Toolkit for Heroku CSAs

oclif Version Downloads/week License

Usage

$ heroku plugins:install csa-cli

USAGE
  $ heroku csa:overview -a <APP>
...

Commands

heroku csa:dbstats [DATABASE]

This command provides an overview of an apps database

USAGE
  $ heroku csa:dbstats [DATABASE]

OPTIONS
  -a, --app=app  (required) app to run command against

See code: src/commands/csa/dbstats.ts

heroku csa:overview

This command provides an overview of an application

USAGE
  $ heroku csa:overview

OPTIONS
  -a, --app=app  (required) app to run command against

See code: src/commands/csa/overview.ts

heroku csa:report

This command generates application overview information for pasting into Google Docs or Quip

USAGE
  $ heroku csa:report

OPTIONS
  -a, --app=app  (required) app to run command against

See code: src/commands/csa/report.ts