-
Notifications
You must be signed in to change notification settings - Fork 42
Using vars-file flag results in error #59
Comments
I've had a look into this problem. It seems that the autopilot parameters to
When autopilot calls the socket server on this line https://github.com/contraband/autopilot/blob/master/autopilot.go#L259 , with those arguments: What's peculiar about this, is that if you call cf from the command line:
This leads me to believe that the CLI has inconsistencies between command line options handling, and socket server options handling. I need this to work so I'll discuss it with the CLI team. |
I think this is the same known issue: cloudfoundry/cli#1445 |
Just to clarify for future readers: this problem exists for the single-value |
Attempting to use the new vars-file flag to interpolate cf manifest files with a command similar to the following:
I made a similar report back to the cf-resource which leverages the autopilot plugin: cloudfoundry-community/cf-resource#56 (comment)
No one has responded so I am not completely sure if its something that I am doing or something with the plugin. Wasn't really sure how to turn on additional debugging to tease out more details.
The text was updated successfully, but these errors were encountered: