Add comments for CLI tool

This commit is contained in:
Girish Ramakrishnan
2017-03-07 12:44:17 -08:00
parent 69a12d36ef
commit 24b32a763b
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ exports = module.exports = {
getAllPaged: getAllPaged,
cleanup: cleanup,
// keep in sync with webadmin index.js filter
// keep in sync with webadmin index.js filter and CLI tool
ACTION_ACTIVATE: 'cloudron.activate',
ACTION_APP_CLONE: 'app.clone',
ACTION_APP_CONFIGURE: 'app.configure',