This is the command-line interface tool for IBM Hybrid Cloud Mesh (Mesh). It is used to configure and manage the Mesh product.
You can subscribe to Mesh at My IBM. Once you have done that, visit Mesh CLI Guide for a brief overview of palmctl, along with its installation procedure and some examples.
PALMCTL_FILE_NAME=palmctl_latest_amd64.deb
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
sudo apt install "$PWD/$PALMCTL_FILE_NAME"PALMCTL_FILE_NAME=palmctl_latest_x86_64.rpm
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
sudo rpm -i "$PWD/$PALMCTL_FILE_NAME"PALMCTL_FILE_NAME=palmctl_latest_macos_amd64.tar.gz
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
tar -xvf $PALMCTL_FILE_NAME
sudo ./palmctl/install.sh
source /usr/local/etc/bash_completion.d/bash_palmctl_completionPALMCTL_FILE_NAME=palmctl_latest_macos_arm64.tar.gz
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
tar -xvf $PALMCTL_FILE_NAME
sudo ./palmctl/install.sh
source /usr/local/etc/bash_completion.d/bash_palmctl_completionMac OSX notes:
- To enable auto-completion in the
zshorfishshells, see the output of thesudo ./palmctl/install.shcommand. - If you download the
palmctlpackage using the browser, when you runpalmctl, OSX will give you the error message"palmctl" cannot be opened because the developer cannot be verified. To enable it, openSystem Settings, go to thePrivacy & Securitytab, and scroll to theSecuritysection. You will see"palmctl" was blocked from use because it is not from an identified developer. ClickAllow Anyway. (ThepalmctlOSX package will be notarized in a future release.)
palmctl --version