1.0.19 • Published 4 years ago

@heroku/csa-cli v1.0.19

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

CSA CLI plugin

Toolkit for Heroku CSAs

oclif Version Downloads/week License

Usage

(ensure you're logged into npmjs...)

$ heroku plugins:install @heroku/csa-cli

USAGE
  $ heroku sudo csa:app:info -a <APP>
...

NOTE
**All commands require sudo and a reason**

Commands

heroku csa:app:info

This queries the Heroku API to provide an overview of an application

USAGE
  $ heroku sudo csa:app:info

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

Alias: ai

See code: src/commands/csa/app/info.ts

heroku csa:pg:info [DATABASE]

This command provides an overview of an apps database

USAGE
  $ heroku sudo csa:pg:info [DATABASE]

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

Alias: pgi

See code: src/commands/csa/pg/info.ts

heroku csa:report

This command generates application overview information in HTML format

USAGE
  $ heroku sudo csa:report

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

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

heroku csa:enterprise:teams

This command displays a summary of all the teams and apps in an account

USAGE
  $ heroku sudo csa:enterprise:teams

OPTIONS
  -a, --app=app  (optional) the app to navigate the tree from
  -t, --team=team  (optional) the team to navigate the tree from
  -e, --enterprise-account=account  (optional) the account name to navigate the tree from

Alias: et

See code: src/commands/csa/enterprise/teams.ts

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago