
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@heroku-cli/plugin-apps-table
Advanced tools
list apps as a table
$ heroku plugins:install apps-table
$ heroku apps:table
heroku apps:table
list apps in a custom table
USAGE
$ heroku apps:table [-t <value>] [-o] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-o, --owned only display owned apps
-t, --team=<value> team to use
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> 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
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
list apps in a custom table
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
$ heroku apps:table --team=my-team --output=json
See code: src/commands/apps/table.ts
After cloning the repo
yarn
to install dependenciesyarn prepack
to generate the lib directory and oclif manifestTo execute Heroku CLI commands locally, use ./bin/run .
For example, ./bin/run apps:table --filter="stack=heroku-20"
FAQs
list apps as a table
The npm package @heroku-cli/plugin-apps-table receives a total of 11 weekly downloads. As such, @heroku-cli/plugin-apps-table popularity was classified as not popular.
We found that @heroku-cli/plugin-apps-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.