-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Kelly Ferrone edited this page Aug 14, 2024
·
2 revisions
{%- set release_url = repo_url + '/releases/download/v' + version %} {%- set package = 'duplocloud_client-' + version + '.tar.gz' %} PIP PyPi: [duplocloud-client](https://pypi.org/project/duplocloud-client/{{ version }}/)
pip install duplocloud-client=={{ version }}
PIP Sdist:
The dowload below named {{ package }}
is the sdist of the package.
pip install {{ release_url }}/{{ package }}
PIP From Source:
Install directly from the version tag on GitHub.
pip install git+{{ repo_url }}.git@v{{ version }}
Dockerhub:
duplocloud/duploctl:v{{ version }}
docker pull duplocloud/duploctl:v{{ version }}
Install CLI to Path Linux:
curl -s -L {{ release_url }}/duploctl-{{ version }}-linux-amd64.tar.gz | tar xvz - -C /usr/local/bin
Homebrew single binary:
brew install duplocloud/tap/duploctl
Homebrew with PIP:
brew install duplocloud/tap/duploctl --with-pip