Skip to content

Commit

Permalink
[doc bin] Document jitsu apps create
Browse files Browse the repository at this point in the history
Fixes #372.
  • Loading branch information
mmalecki committed Jan 9, 2013
1 parent d35f60e commit 6d81f19
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/jitsu/commands/apps.js
Expand Up @@ -18,6 +18,7 @@ apps.usage = [
'',
'jitsu apps deploy',
'jitsu apps list',
'jitsu apps create',
'jitsu apps view [<name>]',
'jitsu apps update [<name>]',
'jitsu apps destroy [<name>]',
Expand Down Expand Up @@ -296,6 +297,16 @@ apps.create = function (target, callback) {
jitsu.package.get(process.cwd(), executeCreate);
};

//
// Usage for `jitsu apps create`.
//
apps.create.usage = [
'Creates the application basing on `package.json` file in the current',
'directory.',
'',
'jitsu apps create'
];

//
// ### function list (callback)
// #### @callback {function} Continuation to pass control to when complete.
Expand Down

0 comments on commit 6d81f19

Please sign in to comment.