sup is an interactive CLI for Tanzu Supply chains.
Make sure your kubeconfig is pointing to the cluster you want to run sup against. Run sup to launch the home page:
- Use the
:to switch focus to supply chain and status selector for filtering by chain and status. - The footer bar in the bottom show you all the options on a particular screen.
Hit enter on any one of the runs to see the details page:
Press L to see the logs of any stage:
- Install the latest Python 3.12.x or later from python.org
Recommended way to install tappr is by using pipx.
You can brew install pipx as follows:
brew install pipx
pipx ensurepathTo Install latest:
pipx install git+https://github.com/atmandhol/sup.gitIf you already have sup installed from latest, and want to pull in the new changes:
pipx reinstall sup- Run
supon your command line to confirm if its installed.
- Install
poetryon the system level using
pip3 install poetry- Create a virtualenv
tapprusing virtualenvwrapper and run install
mkvirtualenv sup -p python3
poetry install- Run locally
poetry run supRun the following poetry command
poetry buildThis will generate a dist folder with a whl file and a tar.gz file.
Run the following poetry command
poetry update

