We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cURL in Windows can be done with the following Powershell command:
Invoke-RestMethod -Method POST -Uri http://... -InFile x.json -OutFile log.txt
The text was updated successfully, but these errors were encountered:
Invoke-RestMethod -Method POST -Uri http://localhost:8500/v1/agent/service/register -InFile register.json -OutFile log.txt
Sorry, something went wrong.
Invoke-RestMethod -Method POST -Uri http://localhost:8500/v1/agent/service/register -InFile register-v2.json -OutFile log.txt
I found that by installing 'Git for Windows' (https://git-scm.com/download/win), this brought down Git Bash.
When I ran your register.sh scripts in Powershell, this then knew to pop open Git Bash and run them in there.
It all just seemed to work fine! Saves typing out the converted Powershell each time!
No branches or pull requests
cURL in Windows can be done with the following Powershell command:
Invoke-RestMethod -Method POST -Uri http://... -InFile x.json -OutFile log.txt
The text was updated successfully, but these errors were encountered: