@heroku-cli/plugin-status
Version:
CLI Plugin for Heroku Status
23 lines • 532 B
JSON
{
"version": "8.1.7",
"commands": {
"status": {
"id": "status",
"description": "display current status of the Heroku platform",
"strict": true,
"pluginName": "@heroku-cli/plugin-status",
"pluginAlias": "@heroku-cli/plugin-status",
"pluginType": "core",
"aliases": [],
"flags": {
"json": {
"name": "json",
"type": "boolean",
"description": "output in json format",
"allowNo": false
}
},
"args": {}
}
}
}