{ "info": { "author": "Hydrospheredata", "author_email": "info@hydrosphere.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===========\n Mist CLI\n===========\n.. image:: https://codecov.io/gh/Hydrospheredata/mist-cli/branch/master/graph/badge.svg\n :target: https://codecov.io/github/Hydrospheredata/mist-cli\n :alt: codecov.io\n.. image:: https://travis-ci.org/Hydrospheredata/mist-cli.svg?branch=master\n :target: https://travis-ci.org/Hydrospheredata/mist-cli\n :alt: travis-ci.org\n\nCLI interface for mist server for creating and updating mist function and context configuration.\n\nInstallation\n--------------\n.. code-block:: bash\n\n pip install mist-cli\n\nAutocompletion\n---------------\nInstantly run the script every time when bash starts that generates content of **mist-cli-complete.sh**.\n\n.. code-block:: bash\n\n echo 'eval \"$(_MIST_CLI_COMPLETE=source mist-cli)\"' >> ~/.bash_profile\n\n\nOr you can just add **mist-cli-complete.sh** somewhere in the system and execute it when it needed.\n\nAlso, you can generate that script by yourself:\n\n.. code-block:: bash\n\n _MIST_CLI_COMPLETE=source mist-cli > mist-cli-complete.sh\n\n\nUsage mist-cli apply\n---------------\nApply method accepts **-f** or **--file** parameter that should contain file or folder with ***.conf** files that represent your mist configuration (Artifact, Function or Context).\n\nThe content of the file is a simple model that describes deployment of a particular entry of your config.\n\nAll conf files should follow some format (e.g `00artifact.conf `_)\nwhere field **version** is only supported in Artifact model type.\nBy default, you can name your config files as you want and all configs will be processed without any order.\nSo you can define this order with 2 numbers followed by a name.\nSo, for example, you name your stage **test-stage** and want it run with priority **10**\nyou should name the file like **10test-stage.conf**.\n\nFor easy development process, you can skip validation of your configuration, for example,\nby default, *Function* models will be validated against context and artifact existence.\nSo if you want to update *Function* with *context = foo* and *path = test-job_0_0_1.py*\nmake sure that artifact with that key and context with that name exists in *Mist*.\nYou can easily skip this kind of validation with **--validate** flag.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://hydrosphere.io/mist", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "mist-cli", "package_url": "https://pypi.org/project/mist-cli/", "platform": "", "project_url": "https://pypi.org/project/mist-cli/", "project_urls": { "Homepage": "https://hydrosphere.io/mist" }, "release_url": "https://pypi.org/project/mist-cli/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "Mist command line tool", "version": "1.0.6" }, "last_serial": 4189195, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "42300de72c74b0f1635545d8f93faa9c", "sha256": "d00a772b3641704db64f11a0ab7428040512c8db0b4ab6538116e8f04211f25f" }, "downloads": -1, "filename": "mist-cli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "42300de72c74b0f1635545d8f93faa9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11080, "upload_time": "2017-12-19T15:14:45", "url": "https://files.pythonhosted.org/packages/1b/a6/ee5fdcf5883aa43cb15306a6a27fcf307b2a8687cfe9f086f17789d98faf/mist-cli-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3f64b1fd5a1aee33a220280371b15d40", "sha256": "389d15481059f90a7a9eee7b42347f9d354dd5de09f6b970e53d4ee53af36c49" }, "downloads": -1, "filename": "mist-cli-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3f64b1fd5a1aee33a220280371b15d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11012, "upload_time": "2017-12-22T11:36:12", "url": "https://files.pythonhosted.org/packages/5b/f5/3d8537fe9a09a7ab9fc99da850c16e96e3e6626b295fe7d654850612ec82/mist-cli-0.0.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "64800d08ab162a5bd500bb7b085a425e", "sha256": "3c3da5c43dcb72ce0491b71d5c39572d25d3ed92ecfdf163855e68d692e090b9" }, "downloads": -1, "filename": "mist-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "64800d08ab162a5bd500bb7b085a425e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11013, "upload_time": "2017-12-22T12:18:21", "url": "https://files.pythonhosted.org/packages/74/62/a37b2239bfe55432bf341252bd157dbc93f089dea0ceb5b21f7752d67403/mist-cli-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "553c68b594273581847a3f6bd1c6fe02", "sha256": "4a193e093e67601b758f7ea6664398620e9b9d298fe483076c7b74ad7080e999" }, "downloads": -1, "filename": "mist-cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "553c68b594273581847a3f6bd1c6fe02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11011, "upload_time": "2018-01-09T20:18:44", "url": "https://files.pythonhosted.org/packages/16/ec/0a0f09f9602acc1d1040a57e809f39c93a5200d98751cbff0bce2d92b3f4/mist-cli-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7029ee7c7a8950134687aab7ff5d6468", "sha256": "81d2636221ba44ceb703a879061f6e13de843913019cf3190a5931b886d01aaa" }, "downloads": -1, "filename": "mist-cli-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7029ee7c7a8950134687aab7ff5d6468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11193, "upload_time": "2018-01-15T21:06:12", "url": "https://files.pythonhosted.org/packages/ae/e1/5602bc36b08cf4277d776b8bf65cc3ff6d58daddc7ab310956ac731eacd0/mist-cli-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "60492d187ae54589cc76851ff1aaef3d", "sha256": "c05dc4d192a72d882dd024825d2caf49d6adc70cee77409521ecee2e74cc85bd" }, "downloads": -1, "filename": "mist-cli-1.0.3.tar.gz", "has_sig": false, "md5_digest": "60492d187ae54589cc76851ff1aaef3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11159, "upload_time": "2018-02-06T16:26:01", "url": "https://files.pythonhosted.org/packages/01/32/c7f7cb8a38d45beff46067e44ed591eddc94b1a261b91b6465819fbd2532/mist-cli-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8726f4d5c869f180442526792aa75b54", "sha256": "f6a90c5e9bde918769c57932ade1df2c765b1a5946e70bb6c462ebae8199752d" }, "downloads": -1, "filename": "mist-cli-1.0.4.tar.gz", "has_sig": false, "md5_digest": "8726f4d5c869f180442526792aa75b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11607, "upload_time": "2018-03-28T16:26:32", "url": "https://files.pythonhosted.org/packages/c0/06/14eab533ec14936a5d05c7eeab5f6bf9873b0e5ffd88ae587cfa435f4537/mist-cli-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "586c9dfca746e9614e70ac522a68db59", "sha256": "5af7c5f46ac2c8cb30a6ee6f0516fffb7ce681691760fc2a33fae184fa9c8d96" }, "downloads": -1, "filename": "mist-cli-1.0.5.tar.gz", "has_sig": false, "md5_digest": "586c9dfca746e9614e70ac522a68db59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10701, "upload_time": "2018-07-24T00:30:06", "url": "https://files.pythonhosted.org/packages/85/f9/35e3d55c91cfa8077633d8709e9d055a2c498adde016530e7ca451b4cc18/mist-cli-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "6d22b2c94c892f68a7f1af80d713ac6c", "sha256": "e7284506442bebffdb2cd455134da2b50f29a2cae1227a9a0b95b84f6f3c632e" }, "downloads": -1, "filename": "mist-cli-1.0.6.tar.gz", "has_sig": false, "md5_digest": "6d22b2c94c892f68a7f1af80d713ac6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10766, "upload_time": "2018-08-20T17:12:21", "url": "https://files.pythonhosted.org/packages/69/82/f70074fcbbc5f8b84bee7d89066b3df01a6f772f64a16b6bde0f4580ee2f/mist-cli-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d22b2c94c892f68a7f1af80d713ac6c", "sha256": "e7284506442bebffdb2cd455134da2b50f29a2cae1227a9a0b95b84f6f3c632e" }, "downloads": -1, "filename": "mist-cli-1.0.6.tar.gz", "has_sig": false, "md5_digest": "6d22b2c94c892f68a7f1af80d713ac6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10766, "upload_time": "2018-08-20T17:12:21", "url": "https://files.pythonhosted.org/packages/69/82/f70074fcbbc5f8b84bee7d89066b3df01a6f772f64a16b6bde0f4580ee2f/mist-cli-1.0.6.tar.gz" } ] }