Managing the published application
Now that you have an application published, there are a few more things you can do from the command line to manage the application. A more in-depth list of command line options will be discussed in Chapter 5, Command-line Reference.
To see a list of all the uploaded files:
$ af files insideaf4 app/ - logs/ -
You can navigate inside of the directories using a command like the following:
$ af files insideaf4 app/ insideaf4.rb 52B views/ - $ af files insideaf4 app/views/ index.erb 600B
To restart, stop, or start the application use the following command:
$ af restart insideaf4 Stopping Application 'insideaf4': OK Staging Application 'insideaf4': OK Starting Application 'insideaf4': OK $ af stop insideaf4 Stopping Application 'insideaf4': OK $ af start insideaf4 Staging Application...