Closed bottkars closed 5 years ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
The quotes are only required if a space in the value.
@jtarchie are quotes required if there is a special character (other than a space?)
I encountered some issues when not. However, I suspect now it was a slow response of my controlplane ?!
Von meinem iPhone gesendet
Am 28.05.2019 um 18:12 schrieb Kira Combs Boyle notifications@github.com<mailto:notifications@github.com>:
@jtarchiehttps://github.com/jtarchie are quotes required if there is a special character (other than a space?)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pivotal/docs-platform-automation/issues/12?email_source=notifications&email_token=AB67MHYOQAKVGMOXVPFDECLPXVKVPA5CNFSM4HPUBH7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMUK3Y#issuecomment-496584047, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB67MH6XCYSH2NQZUX2DW73PXVKVPANCNFSM4HPUBH7A.
Can you clarify what you mean by a slow response? The error originally reported was due to command line arguments, right?
Closing based on inactivity, please feel free to reopen.
URL or GitHub link to the page where you're having the issue Where in the documentation set can I see the problem? If it's a more general request, then at least identify the product and version.
Is your request for a change or addition to content related to a problem? If so, please describe. A clear and concise description of the problem. For example: "Whenever I upgrade my software I forget to first collect information about the things I've already installed"
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or content you've considered.
Additional context Add any other context or screenshots about the content request here.
`
note the space before the command
fly -t control-plane set-pipeline \ -p foundation \ -c pipeline.yml \ -v pivnet-refresh-token=your-api-token`
needs tom have content of -v in double quotes:
note the space before the command
fly -t control-plane set-pipeline \ -p foundation \ -c pipeline.yml \ -v "pivnet-refresh-token=your-api-token"