harness / harness-cli

Harness CLI for managing Harness resources, from the command line using YAMLs as input [LIMITED GA]
MIT License
12 stars 13 forks source link

feat:[PLG-2498][PLG-2749]: Added support for ssh and winrm secrets and winrm instance name #39

Closed devinder-harness closed 1 year ago

devinder-harness commented 1 year ago

Added support for ssh and winrm secrets and winrm instance name SSH: harness secret --file ~/path/to/file apply --secret-type sshkey --username username --port 22 WINRM: harness secret --token randompasswordtoken apply --secret-type WinRmCredentials --username username --port 5986 --domain https://abc.com

harness infrastructure --file vm-aws/ssh/4-infrastructure-definition.yml apply --cloud-region us-gov-1 --instance-name ec2

JIRA: https://harness.atlassian.net/browse/PLG-2498 https://harness.atlassian.net/browse/PLG-2749