// check that sshHost is not an ip address
if (!flags.host && net.isIP(sshHost)) {
this.error('host must be a domain name')
}
replace this with an auto generation of the host name via the dashboard endpoint and pass this hostname further down in the script
the backend assumes a logged in user, while the CLI does not........ so maybe not?
replace this with an auto generation of the host name via the dashboard endpoint and pass this hostname further down in the script
the backend assumes a logged in user, while the CLI does not........ so maybe not?