Install docship with pip
pip3 install docship
docship --version
Install from source
git clone https://github.com/foSS-Community/docship
cd docship
python3 -m pip3 install .
docship --version
docship --help
usage: docship [-h] [--version] {deploy} ...
Dockership CLI for managing deployments.
options:
-h, --help show this help message and exit
--version, -v to get the current version of docship
Commands:
{deploy} Available commands
deploy Deploy an application to a server
usage: docship deploy [-h] --name NAME --address ADDRESS
options:
-h, --help show this help message and exit
--name, -n NAME The name of the server where the application will be deployed, ex.
api.example.com
--address, -a ADDRESS
The address of the application server, ex. http://localhost:8000
docship deploy -n xyz.fosscu.org -a http://localhost:8082
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Thanks a lot for spending your time helping AutoType grow. Thanks a lot! Keep rocking 🍻
This project needs your shiny star ⭐. Don't forget to leave a star ⭐️