Skip to content

Commit

Permalink
Let's have init work now. And a useful curl statement. Version bump f…
Browse files Browse the repository at this point in the history
…or npm.
  • Loading branch information
DanBUK committed Jul 7, 2011
1 parent b825804 commit 91c7aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/app.js
Expand Up @@ -250,6 +250,7 @@ module.exports = {
log.info(appname, "started.");
log.info('Some helpful app commands:\n');
log.plain(' cd ./' + folder);
log.plain(' curl http://' + folder + '.nodester.com/');
log.plain(' ', (config.brand + ' app info').yellow);
log.plain(' ', (config.brand + ' app logs').yellow);
log.plain(' ', (config.brand + ' app stop|start|restart').yellow);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nodester-cli",
"description": "A CLI tool to allow interaction with the http://nodester.com/ platform.",
"version": "0.2.14",
"version": "0.2.15",
"homepage": "http://nodester.com/",
"repository": "git://github.com/nodester/nodester-cli.git",
"author": "Daniel Bartlett <dan@f-box.org> (http://danb-uk.net/)",
Expand Down

0 comments on commit 91c7aff

Please sign in to comment.