Python script to manage Octopus deploy servers through the Octopus Restful APIs
Project description
octopus-python-client
Python script to manage Octopus deploy servers through the Octopus Restful APIs
Why octopus-python-client?
This project programmatically manage Octopus server through Restful APIs.
- Managing Octopus server through UI does not fit all situations.
- In the market, we have only PowerShell and C# client tools to manage Octopus server through APIs. We want a client tool which is across the different platform/OS to manage Octopus server through APIs.
- A Octopus server/space migration tool is missing on the market. See the complaints https://github.com/OctopusDeploy/Issues/issues/5451 https://help.octopus.com/t/how-do-i-transfer-or-clone-a-project-to-a-different-space-in-octopus-cloud/23333 https://help.octopus.com/t/octopus-migration-import-api-does-not-honor-space-id/24287/4
Example
get all configurations and settings from all spaces at https://demo.octopusdeploy.com/api/
octopus_python_client -a=get_spaces
Get started
This section describes how to install and configure octopus-python-client.
Prerequistes
To work with octopus-python-client, you need the following:
- Windows, MacOS, Linux
- requests >= 2.20.0
- PyYAML>=5.1
- python >= 3.6
Configuration
After you've cloned octopus-python-client, configure it by following these steps before installation
- open src/octopus_python_client/configurations/configuration.jason
- change the endpoint, folder name; user_name and password or api_key is needed, not both
Installation
- To install octopus-python-client, run
pip install .
- To uninstall octopus-python-client, run
pip uninstall octopus-python-client
Run octopus-python-client
Please check the wiki for more details
Contributions
Code contributions and improvements by the community are welcomed! See the LICENSE file for current open-source licensing and use information.
Before we can accept pull requests from contributors, we require a signed Contributor License Agreement (CLA),
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for octopus-python-client-1.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62ed49187a35809334276f2fad416ccf422679a567006df0be9c35e8278eb381 |
|
MD5 | 97daf8f15491f16c4af2179630d45b75 |
|
BLAKE2b-256 | cb17a0bb6660459408dcc36cf70a195e5236dbd25af21abdfb5d5f5ea48c8b84 |
Hashes for octopus_python_client-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e36f2d90f6b9aaf184ad5da78855f73d02fa751d2eee7f7604c894149ad9433c |
|
MD5 | 43f6ff2d8b2bed6fa84a813c79131716 |
|
BLAKE2b-256 | b4e457f2a9fe6f3f45a665ff56c8e2ce0483f4423f79c8ae54088514b563fc72 |