@heroku-cli/plugin-apps-table

list apps as a table

Usage no npm install needed!

<script type="module">
  import herokuCliPluginAppsTable from 'https://cdn.skypack.dev/@heroku-cli/plugin-apps-table';
</script>

README

@heroku-cli/plugin-apps-table

list apps as a table

oclif Version CircleCI Appveyor CI Downloads/week License

Usage

$ heroku plugins:install apps-table
$ heroku apps:table

Commands

heroku apps:table

list apps in a custom table

USAGE
  $ heroku apps:table

OPTIONS
  -o, --owned        only display owned apps
  -t, --team=team    team to use
  -x, --extended     show extra columns
  --columns=columns  only show provided columns (comma-separated)
  --csv              output is csv format
  --filter=filter    filter property by partial string matching, ex: name=foo
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --sort=sort        property to sort by (prepend '-' for descending)

EXAMPLES
  $ heroku apps:table
  $ heroku apps:table --owned
  $ heroku apps:table --team=my-team
  $ heroku apps:table --team=my-team --columns='app name,stack,region'
  $ heroku apps:table --team=my-team --sort='app name'
  $ heroku apps:table --team=my-team --filter='stack=heroku-16'
  $ heroku apps:table --team=my-team --csv

See code: src/commands/apps/table.ts