You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
… CLI).
- Assumes app name does not start with '-'.
- Assumes manifest is well-formed.
- Uses first app in manifest if multiple are found (like CF CLI).
- If name provided, and name found in manifest, name provided takes precedence (like CF CLI).
- See contraband#32
Signed-off-by: Robert Gravina <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ideally, autopilot should check the manifest to see if the app name is specified there, just as
cf push
does.At the very least, the error should be fixed to explain the real problem.
The text was updated successfully, but these errors were encountered: