-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
[WIP] Write a golang cli #8
base: master
Are you sure you want to change the base?
Conversation
git-subtree-dir: vendor/github.com/urfave/cli git-subtree-split: 3eb41f1bb122ac7535cc7b32db6b78b541879726
…thub.com/urfave/cli'
git-subtree-dir: vendor/github.com/aws/aws-sdk-go git-subtree-split: 6c577e9e7b08a6d10bad1c9703227cd0403a8dd7
…thub.com/aws/aws-sdk-go'
Siiiick. You've picked up exactly the dependencies I'd earmarked, you'll want this guy for the WinRM stuff: https://github.com/masterzen/winrm Example usage in this project: |
WinRM example of using psexec to start a process that interacts with the console session:
We'll also be able to use it to do general bootstrap/housekeeping tasks:
The prerequisite steps on the image being: https://github.com/masterzen/winrm-cli#preparing-the-remote-windows-machine-for-basic-authentication Idea is to move the stuff I was doing in a batch file locally into local commands, and add a https://developer.valvesoftware.com/wiki/Steam_browser_protocol |
This is just a note that I've started work on a golang cli. I haven't done much, just install some dependencies and grabbed the spot price history. I'm going to tinker with it over the next week or so.