lib/cli/usage.rb in af-0.3.13.beta.5 vs lib/cli/usage.rb in af-0.3.16.1
- old
+ new
@@ -45,11 +45,10 @@
Application Operations
start <appname> [--debug [MODE]] Start the application
stop <appname> Stop the application
restart <appname> [--debug [MODE]] Restart the application
delete <appname> Delete the application
- rename <appname> <newname> Rename the application
Application Updates
update <appname> [--path,--debug [MODE]] Update the application bits
mem <appname> [memsize] Update the memory reservation for an application
map <appname> <url> Register the application to the url
@@ -76,10 +75,12 @@
create-service <service> <name> <app> Create a provisioned service and assign it <name>, and bind to <app>
delete-service [servicename] Delete a provisioned service
bind-service <servicename> <appname> Bind a service to an application
unbind-service <servicename> <appname> Unbind service from the application
clone-services <src-app> <dest-app> Clone service bindings from <src-app> application to <dest-app>
+ tunnel <servicename> [--port] Create a local tunnel to a service
+ tunnel <servicename> <clientcmd> Create a local tunnel to a service and start a local client
Administration
user Display user account information
passwd Change the password for the current user
logout Logs current user out of the target system
@@ -87,9 +88,18 @@
delete-user <user> Delete a user and all apps and services (requires admin privileges)
System
runtimes Display the supported runtimes of the target system
frameworks Display the recognized frameworks of the target system
+
+ Micro Cloud Foundry
+ micro status Display Micro Cloud Foundry VM status
+ micro offline Configure Micro Cloud Foundry VM for offline mode
+ micro online Configure Micro Cloud Foundry VM for online mode
+ [--vmx file] Path to micro.vmx
+ [--vmrun executable] Path to vmrun executable
+ [--password cleartext] Cleartext password for guest VM vcap user
+ [--save] Save cleartext password in ~/.af_micro
Misc
aliases List aliases
alias <alias[=]command> Create an alias for a command
unalias <alias> Remove an alias