{ "info": { "author": "Arie Bregman", "author_email": "bregman.arie@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "Jcli - Jenkins Command-line Interface\n=====================================\n\nThe ultimate Jenkins ClI ;)\n\nInstall\n-------\n\nA virtual environment is recommended for development. To install jcli on your system, run the following commands:\n\n virtualenv .venv\n source .venv/bin/activate\n pip install -r requirements.txt -e .\n\nSetup config\n------------\n\njcli is using configuartion file to connect the server.\n\nIt can be setup in one of the following paths:\n\n /etc/jcli/config.ini\n `pwd`/config.ini\n\nor it can passed as an argument.\n\nMinimal configuartion is:\n\n [jenkins]\n user=\n password=\n url=\n\nExamples\n--------\n\n### Job examples\n\nPrint list of all the jobs:\n\n jcli job list\n\nPrint jobs which contain the string 'coreci' in their names:\n\n jcli job list coreci\n\nPrint the number of jobs on Jenkins server:\n\n jcli job count\n\n\nFull list of job commands can be found [here](https://github.com/bregman-arie/jcli/tree/master/doc/job.md)\n\n### View examples\n\nList all views:\n\n jcli view list\n\nDelete view:\n\n jcli view delete view90 \n\n\nFull list of view commands can be found [here](https://github.com/bregman-arie/jcli/tree/master/doc/view.md)\n\n### Node examples\n\nList all nodes:\n\n jcli node list\n\nDelete node:\n\n jcli node delete \n\n### Plugin examples\n\nList all installed plugins:\n\n jcli plugin list\n\nList infromation on specific plugin:\n\n jcli plugin info my_plugin\n\n\nFull list of plugin commands can be found [here](https://github.com/bregman-arie/jcli/tree/master/doc/plugin.md)\n\n\nLicense\n-------\n\nApache\n\nAuthor Information\n------------------\n\nArie Bregman - abregman@redhat.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "jcli", "package_url": "https://pypi.org/project/jcli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jcli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/jcli/0.0.2.dev36/", "requires_dist": null, "requires_python": null, "summary": "Command-line Interface for Jenkins", "version": "0.0.2.dev36" }, "last_serial": 2466857, "releases": { "0.0.1.dev24": [ { "comment_text": "", "digests": { "md5": "8215709f16fcd3fd1b0f06c40942de75", "sha256": "78d7dee826aa27a7a7661e5962581f7cc0a676702f5c6754ac837ee80c2ef23f" }, "downloads": -1, "filename": "jcli-0.0.1.dev24.tar.gz", "has_sig": false, "md5_digest": "8215709f16fcd3fd1b0f06c40942de75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10966, "upload_time": "2016-06-25T15:51:30", "url": "https://files.pythonhosted.org/packages/9f/d5/12edbadee3efa598dff815d83e0a8f18fa006ec0460498a3cdfee9a67268/jcli-0.0.1.dev24.tar.gz" } ], "0.0.2.dev25": [], "0.0.2.dev29": [ { "comment_text": "", "digests": { "md5": "4bb82b38681279fcc60d665f8805b33e", "sha256": "6e0f6fd16c032e67556a10d3a5324afad1018f4b402bcf586830c3c3c7f54340" }, "downloads": -1, "filename": "jcli-0.0.2.dev29.tar.gz", "has_sig": false, "md5_digest": "4bb82b38681279fcc60d665f8805b33e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11912, "upload_time": "2016-10-08T23:08:29", "url": "https://files.pythonhosted.org/packages/75/3d/93820d8f1b8787b13a6b62ba86cc9d9a8fd4e0785fd71737b01701366072/jcli-0.0.2.dev29.tar.gz" } ], "0.0.2.dev36": [] }, "urls": [] }