UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

6 lines (4 loc) 215 B
/* globals i18n */ var stop = require('./_baseCloudCommand.js')('stop'); stop.desc = i18n._("Stops a cloud application. This command will only work if the app has previously been deployed"); module.exports = stop;