Automatic deployment on-prem from zip archives
Project description
Summary
Automatic deployment on-prem from zip archives.
Warning
This is an alpha release. Not ready for production.
Docs
Not available yet. Scheduled for beta release.
Installation
Open command line and and install using pip:
> pip install adop
Usage
adop is available as console script and library module
> adop -h
> python -m adop -h
Print general help
> adop -h
Help on serving rest api
> adop serve-api -h
Serve rest api on http://127.0.0.1:8000
> adop serve-api
Find the generated access token
# linux
> cat work/adop.ini | grep token
# windows
> type work/adop.ini | findstr token
Test rest api with curl
> curl -H "Token: paste-token-here" http://127.0.0.1:8000/api/v1/test
Upload and deploy a zip-library:
> curl -H "Content-Type: application/zip" -H "Root: mylib" -H "Token: T" --data-binary @work/mylib.zip http://127.0.0.1:8000/api/v1/deploy/zip
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
adop-0.0.1a1-py3-none-any.whl
(12.3 kB
view details)
File details
Details for the file adop-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: adop-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e6b0ff3a7603d4e7570642a08b8a5810495bedebb5d7f0c1ad691254d51cd64 |
|
MD5 | 1c21a1716a1c92d401f57c41a414afe5 |
|
BLAKE2b-256 | 7db4fcc6837ff81781b53c0e0c0ca513a0df29e8957a7fc9c4eeaeb6e5d461ff |