Create Setup File

Method name create_setup_file(file_path)
Command asctl orchestrator:create_setup_file file_path
Details Create a reusable file that contains answers to the setup questions.
Inputs File path (String)
Outputs STDOUT to indicate the progress of the snapshot and eventually a success or failure message
# asctl orchestrator:create_setup_file /tmp/setup.text


Streamlined: A simple setup with all components running on this computer.
Detailed:    An advanced configuration (e.g. non-standard ports or not all components running on a single server)

Streamlined or detailed setup (s/d)? (current: s)

===================== Settings =====================
Orchestrator
  Enabled:               true
  Mongrel count:         3
  Mongrel base port:     3000
  Web root:              /aspera/orchestrator
  MySQL is local:        true

Saved to file '/tmp/setup.text'