README.md in af-0.3.18.2 vs README.md in af-0.3.18.3

- old
+ new

@@ -20,10 +20,11 @@ Applications apps List deployed applications Application Creation push [appname] Create, push, map, and start a new application + push [appname] --infra Push application to specified infrastructure push [appname] --path Push application from specified path push [appname] --url Set the url for the application push [appname] --instances <N> Set the expected number <N> of instances push [appname] --mem M Set the memory reservation for the application push [appname] --no-start Do not auto-start the application @@ -55,10 +56,11 @@ env-del <appname> <variable> Delete an environment variable to an application Services services Lists of services available and provisioned create-service <service> [--name,--bind] Create a provisioned service + create-service <service> --infra Create a provisioned service on a specified infrastructure create-service <service> <name> Create a provisioned service and assign it <name> 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 @@ -74,9 +76,10 @@ 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 + infras Display the available infrastructures Micro Cloud Foundry micro status Display Micro Cloud Foundry VM status mciro offline Configure Micro Cloud Foundry VM for offline mode micro online Configure Micro Cloud Foundry VM for online mode