If `cf push` does not specify a manifest file, only command-line parameters will be used when deploying.
What is the `cf push` command switch that instructs the CLI to ignore any manifest files that it finds?
--ignore-manifest
--no-manifest
--skip-manifest
In Pivotal CF, apps can be deployed into an org without specifying a space.
If the hostname is not specified when pushing an app, there is no route to the app until you specify one.