Upload to Nexus, Upload files to hooks, Modify version number, Sync to GitLab type repository
Project description
Upload to Nexus, Upload files to hooks, Modify version number, Sync to GitLab type repository, Generate template files
Installation
You can download and install the latest version of this software from the Python package index (PyPI) as follows::
pip install --upgrade artify
Usage
python -m artify --help=
python -m artify --command <command> [Options]
or
python -m artify -c <command> [Options]
Params
command nexus, syncrepo, deploy, deltav, create
Upload to Nexus
python -m artify -c nexus -f <format> -n <artifact_name> -h <nexus_repository_base_url>
Params
-f, format Nexus upload format. Types supported: raw, npm, maven
Environment variables need
NEXUS_GROUP_ID Group ID of the project e.g com.testing.testapplication NEXUS_USERNAME Username of nexus user that will upload artifact NExUS_PASSWORD Password of nexus user that will upload artifact
Deploy App using custom AWX host
python -m artify -c deploy -f <manifest_file.yml> -h <awx_host>
Environment variables need
DEPLOY_TOKEN Token used to deploy application
Change Package version
Artify uses semantic version 2.0.
python -m artify -c deltav -t patch -a npm
Params
-a, --archtype npm, gradle, flutter, maven, dotnet
-t, --type major, minor, patch
Push changes to GitLab repository
Recommendation: You can create a feature branch, then perform your code changes before pushing changes to remote
python -m artify -c syncrepo -m <message> -b
Params
-c, --message Commit message -b, --branch Optional, by default, it will push to 'develop' branch
Environment variables need
PRIVATE_TOKEN, popularly known as personal access token is needed to perform the push. This can be created by following this guide: Creating a personal access token
N.B A commit is performed automatically followed by a push
Generate Template files
Generate template .gitlab-ci.yml file
python -m artify -c create -f gitlabci
Geneate template manifest.yml file
python -m artify -c create -f manifest
Params -f, --file File template to generate
Supported files
- .gitlab-ci.yml
- manifest.yml
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
File details
Details for the file artify-1.3.3.tar.gz
.
File metadata
- Download URL: artify-1.3.3.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af07e8ae95227acada8c7222d3432b6d7673e58b85fc406ae6f89f4d64cf7dcb |
|
MD5 | e22246ee0b5d671f8ff05a9cc72867d7 |
|
BLAKE2b-256 | 9ce557fa88313923d9b64ac174c625f78076b348450773883275d450aa35756b |
File details
Details for the file artify-1.3.3-py3-none-any.whl
.
File metadata
- Download URL: artify-1.3.3-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fb7daa7afc31a7d92c796e62185bcdee36180830d9a4a0cbdf6167ec9d5b840 |
|
MD5 | 6f180b384f493a33ad261e09939aa186 |
|
BLAKE2b-256 | 4c63747e8489b7dd0bf4c4968365ef20c95f43ead3e1788d748b43cd3e1afe86 |