Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/lib/narwhal/tusk.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib/narwhal/tusk.js')
-rwxr-xr-xutils/lib/narwhal/tusk.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/lib/narwhal/tusk.js b/utils/lib/narwhal/tusk.js
index ad5c257..ded05cc 100755
--- a/utils/lib/narwhal/tusk.js
+++ b/utils/lib/narwhal/tusk.js
@@ -36,6 +36,9 @@ parser.command('platform', module.id + '/platform');
parser.command('freeze', null)
.help('writes a freeze.json file');
+parser.command('bundle', null)
+ .help('creates an archive of your project and its package dependencies');
+
parser.command('reheat', module.id + '/reheat');
parser.command('clone', module.id + '/clone');