1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 18:48:50 +01:00

15 Commits

Author SHA1 Message Date
Donnie Adams
1a2f5d2bb5 Support SSH for v2 provisioned machines
Before this change, it was not possible to use the SSH command to
connect to machines provisioned with v2 provisioning. After this change
(and including the changes to Rancher), the CLI will use the new CAPI
client to get the SSH key and config from Rancher for v2 provisioned
machines.

A side effect of this change is the addition of the new `rancher
machines ls` command that lists all machines for the current cluster
context.
2021-11-01 17:24:12 -07:00
Steven Crespo
87af700d0e Remove rancher/types dependency and update imports 2021-06-22 14:47:31 -07:00
Dan Ramich
c6e4f5537e Update error checks to be go style 2020-02-27 14:44:29 -07:00
Dan Ramich
1adef85608 Add option to allow ssh using external IP of node 2019-09-03 14:13:11 -07:00
Dan Ramich
6e2f325052 Update ssh to accept users and pass through all args
Problem:
SSH command does not accept a user or allow passing through of commands

Solution:
Add support for -l flag as well as <user>@<node> syntax
Pass through all following args to SSH
2018-04-20 10:46:43 -07:00
Dan Ramich
5500b99435 Add ability to search by name 2018-04-13 13:45:08 -07:00
Dan Ramich
848077d899 Add node and ssh command
Problem:
Need ability to ssh into nodes

Solution:
Add node command to list and delete nodes
Add ssh command to ssh into a node that rancher controls
2018-02-20 16:20:57 -07:00
Dan Ramich
ec1e283323 Adding of new commands 2018-02-13 11:01:39 -07:00
Daishan Peng
03ebe1a203 cli 2.0 2017-09-15 14:34:17 -07:00
Darren Shepherd
7f78a4d9d0 Fix SSH access for environments with auth 2016-11-30 14:21:37 -07:00
Darren Shepherd
c12deb04f8 Small fixes 2016-11-17 15:59:36 -07:00
Darren Shepherd
3165aba51e Switch to v2-beta API 2016-09-13 01:35:38 -07:00
deniseschannon
e297b3892a Updated help command to add in examples and more details 2016-08-11 21:51:54 -07:00
deniseschannon
e49cbd5f96 Updated help for commands 2016-08-10 21:43:48 -07:00
Darren Shepherd
cc95326170 Initial development 2016-07-27 17:55:02 -07:00