Skip to main content

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>

Important

Artifact name should include artifact id and version number. E.g example-ws-1.0.0.war

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, prerelease

Optional Params For Prerelease version change --preValue Prerelease version value e.g SNAPHOT, RELEASE, BUILD, beta, alpa

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

artify-1.4.3.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

artify-1.4.3-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file artify-1.4.3.tar.gz.

File metadata

  • Download URL: artify-1.4.3.tar.gz
  • Upload date:
  • Size: 13.1 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.49.0 CPython/3.8.5

File hashes

Hashes for artify-1.4.3.tar.gz
Algorithm Hash digest
SHA256 89bdd9789af179ee63852aa419387ddeb95ab8f62c5c97f9d66cfbf508735f77
MD5 2aaf33dba14d105a2266664853e730ae
BLAKE2b-256 239f4a88655a72974c625f3d25dae44d00ae42478652e75db2bff8d2abca442a

See more details on using hashes here.

File details

Details for the file artify-1.4.3-py3-none-any.whl.

File metadata

  • Download URL: artify-1.4.3-py3-none-any.whl
  • Upload date:
  • Size: 13.9 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.49.0 CPython/3.8.5

File hashes

Hashes for artify-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 37dcda227b840c014511a5f17bbe750dd93c15bfcd55540bcd5a052d0525fa70
MD5 5e8ea14ce95f095c57a3d57b3b941a65
BLAKE2b-256 63bdcec83dafaaea2b2aff9f054a1d444584a530b07b3c921fcc778a54b4c848

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page