Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 860 Bytes

plugin-installation.md

File metadata and controls

23 lines (15 loc) · 860 Bytes

Purser Plugin Setup

NOTE: This Plugin installation is optional. Install it if you want to use CLI of Purser.

Linux and macOS

# Binary installation
wget -q https://github.com/vmware/purser/blob/master/build/purser-binary-install.sh && sh purser-binary-install.sh

Enter your cluster's configuration path when prompted. The plugin binary needs to be in your PATH environment variable, so once the download of the binary is finished the script tries to move it to /usr/local/bin. This may need your sudo permission.

Windows/Others

For installation on Windows follow the steps in the manual installation guide.

Uninstalling Purser Plugin

Linux/macOS

curl https://raw.githubusercontent.com/vmware/purser/master/build/purser-binary-install.sh -O && sh purser-binary-uninstall.sh