lib/fanforce/cli/help.rb in fanforce-cli-1.4.0 vs lib/fanforce/cli/help.rb in fanforce-cli-1.5.0

- old
+ new

@@ -29,10 +29,15 @@ create app-ID Creates a new app folder and sets up the file structure eos end def update_command; <<-eos -update *all|app-ID Similar to the create command, except it updates existing files +update *all|app-ID [*all|OR...] Similar to the create command, except it updates existing files + |files Ensure all needed files exists and contain correct config + |bundle Run bundle install + |pow Ensure correct pow domains are configured + |git Ensure git is initialized + |env Update ENV variables eos end def delete_command; <<-eos delete app-ID Delete the app folder and all related services