Commit Graph

10 Commits

Author SHA1 Message Date
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 baf6d6074e Namespace 2018-09-13 12:25:41 -07:00
Dan Ramich a935b41100 Consistency Changes
Update deletes to allow passing in multiple names/IDs for the same resource.
Update ls of resources to accept --quiet to allow passing to delete
Update arg checking to stop being an error and instead show --help for the command/subcommand
2018-05-14 18:17:53 -07:00
Dan Ramich 5500b99435 Add ability to search by name 2018-04-13 13:45:08 -07:00
Dan Ramich 9443bdc560 Add ability to set yaml as an output option
Problem:
format flag only accepted json or custom

Solution:
add yaml as a new output option
2018-04-13 09:43:33 -07:00
Dan Ramich db1b649669 Update cluster command
Problem:
Cluster does not match the ui

Solution:
Update ls layout to match ui
Add new column for currently focused cluster
Add options from the UI for creation of cluster
2018-03-28 18:18:19 -07:00
Dan Ramich 0a837b60da Add format flag to lists
Problem:
Users are unable to specify a format on table outputs

Solution:
Add --format flag to allow customization of outputs or json blobs
2018-03-28 11:53:36 -07:00
Dan Ramich a2ff67ad58 Add subcommand to cluster to output kubeconfig 2018-03-23 14:54:36 -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