Skip to content

erskaggs/python-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary

Build Status

CLI tool for artifactory interaction.

Global Configuration File

To specify all connection-related settings in a central file, ~/.artifactory.cfg

Example:

[artifactory]
username = <your username>
password = <your password>
url = <artifcatory_url>

You can copy the config template to ~/.artifactory.cfg then update that cfg file to your settings

Installation

Simply run:

$ cd python-binary
$ pip install .

Usage

To use it:

$ binary --help

About

python cli app to interface with Jfrog Artifactory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages