UNPKG

140 BJavaScriptView Raw
1exports.topic = {
2 name: 'status',
3 description: 'status of the Heroku platform'
4}
5
6exports.commands = [
7 require('./commands/status')
8]