UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

6 lines (5 loc) 220 B
/* globals i18n */ var base = require('./_baseCloudCommand.js')('endpoints'); base.method = 'get'; base.desc = i18n._('Provides the endpoints for the specified app in the specified environment.'); module.exports = base;