You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI requires your Rancher Server address, along with credentials for authentication. Rancher CLI pulls this information from a JSON file, cli2.json, which is created the first time you run rancher login. By default, the path of this file is ~/.rancher/cli2.json.
Note: When entering your <RANCHER_SERVER_URL>, include the port that was exposed while you installed Rancher Server.
Usage
Run rancher --help for a list of available commands.
Building from Source
The binaries will be located in /bin.
Linux Binary
Run make build.
Mac Binary
Run CROSS=1 make build.
Docker Image
Run docker run --rm -it -v <PATH_TO_CONFIG>:/home/cli/.rancher/cli2.json rancher/cli2 [ARGS].
Pass credentials by replacing <PATH_TO_CONFIG> with your config file for the server.
To build rancher/cli, run make. To use a custom Docker repository, do REPO=custom make, which produces a custom/cli image.
Contact
For bugs, questions, comments, corrections, suggestions, etc., open an issue in
rancher/rancher with a title prefix of [cli] .
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.