{ "info": { "author": "Microsoft Corporation", "author_email": "azpycli@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Azure CLI Interactive Shell\n***************************\n\nThe interactive shell for Microsoft Azure CLI (Command Line Interface)\n######################################################################\n\n* Interactive Tutorials\n* Lightweight Drop Down Completions \n* Auto Cached Suggestions \n* Dynamic parameter completion \n* Defaulting scopes of commands\n* On the fly descriptions of the commands AND parameters \n* On the fly examples of how to utilize each command \n* Optional \"az\" component \n* Query the previous command\n* Navigation of example pane \n* Optional layout configurations \n* Fun Colors \n\n\nRunning\n#######\n\nTo start the application\n\n.. code-block:: console\n\n $ az shell\n\n\nThen type your commands and hit [Enter]\n\nTo use commands outside the application\n\n.. code-block:: console\n\n $ #[command]\n\n\nTo Search through the last command as json\njmespath format for querying\n\n.. code-block:: console\n\n $ ? [param]\n\n\n*Note: Only if the previous command dumps out json, e.g. vm list*\n\nTo only see the commands for a command\n\n.. code-block:: console\n\n $ %% [top-level command] [sub-level command] etc\n\n\nTo undefault a value\n\n.. code-block:: console\n\n $ %% ..\n\n\nUse Examples\n############\n\nType a command, for example:\n\n.. code-block:: console\n\n $ vm create\n\n\nLook at the examples\n\n*Scroll through the pane with Control Y for up and Control N for down #*\n\nPick the example you want with:\n\n.. code-block:: console\n\n $ vm create :: [Example Number]\n\n\nDev Setup\n#########\n\nFork and clone repository\n\n.. code-block:: console\n\n $ . dev_setup.py\n\n\nTo get the Exit Code of the previous command:\n\n.. code-block:: console\n\n $ $\n\n\nClear History\n#############\n\nOnly clears the appended suggestion when you restart the shell\n\n.. code-block:: console\n\n $ clear-history\n\n\n\n.. :changelog:\n\nRelease History\n===============\n0.4.4\n+++++\n* Minor fixes\n\n0.4.3\n+++++\n* Minor fixes\n\n0.4.2\n+++++\n* Fix incompatibility with Interactive extension installed through azdev.\n\n0.4.1\n+++++\n* Minor fixes\n\n0.4.0\n+++++\n* Interactive now installs the 'interactive' extension, which will allow for faster updates and support.\n\n0.3.31\n++++++\n* Ensure global subscription parameter appears in parameters.\n\n0.3.30\n++++++\n* Fix error found on windows where commands fail to run properly.\n\n0.3.29\n++++++\n* Fix command loading problem in interactive that was caused by deprecated objects.\n\n0.3.28\n++++++\n* Minor fixes\n\n0.3.27\n++++++\n* Minor fixes\n\n0.3.26\n++++++\n* Minor fixes\n\n0.3.25\n++++++\n* Update PyYAML dependency to 4.2b4\n\n0.3.24\n++++++\n* Minor fixes\n\n0.3.23\n++++++\n* Minor fixes\n\n0.3.22\n++++++\n* Fix dependency versions.\n\n0.3.21\n++++++\n* Mute logging from parser for completions.\n* Made interactive more resistant to stale/corrupted help caches.\n\n0.3.20\n++++++\n* Allow interactive completers to function with positional arguments.\n* More user-friendly output when users type '\\'.\n* Fix completions for parameters with no help.\n* Fix descriptions for command-groups.\n\n0.3.19\n++++++\n* Stops completions upon unrecognized commands.\n* Add event hooks before and after command subtree is created.\n* Allow completions for --ids parameters.\n* `sdist` is now compatible with wheel 0.31.0\n\n0.3.18\n++++++\n* Completions kick in as soon as command table loading is done.\n* Fix bug with using `--style` parameter.\n* Interactive lexer instantiated after command table dump if missing.\n* Improvements to completer support.\n\n0.3.17\n++++++\n* Persist history across different sessions\n* Fixed history while in scope\n* Updates to interactive telemetry\n* Fixed progress meter for long running operations\n* Completions more robust to command table exceptions\n\n0.3.16\n++++++\n* Fix issue where user is prompted to login when using interactive mode in Cloud Shell.\n* Fixed regression with missing parameter completions.\n\n0.3.15\n++++++\n* Fixed issue where command option completions no longer appeared.\n\n0.3.14\n++++++\n* Clean up unused test files\n\n0.3.13\n++++++\n* Fix issue where interactive would not start on Python 2.\n* Fix errors on start up\n* Fix some commands not running in interactive mode\n\n0.3.12\n++++++\n* Update for CLI core changes.\n\n0.3.11\n++++++\n* minor fixes\n\n0.3.10 (2017-09-22)\n+++++++++++++++++++\n* minor fixes\n\n0.3.9 (2017-08-31)\n++++++++++++++++++\n* minor fixes\n\n0.3.8 (2017-08-28)\n++++++++++++++++++\n* minor fixes\n\n0.3.7 (2017-07-27)\n++++++++++++++++++\n\n* Improves the start up time by using cached commands\n* Increase test coverage\n\n0.3.5 (2017-06-21)\n++++++++++++++++++\n\n* Enhance the '?' gesture to also inject into the next command\n\n0.3.4 (2017-06-13)\n++++++++++++++++++\n\n* Fixes Interactive errors with the profile 2017-03-09-profile-preview (#3587)\n* Allows '--version' as a parameter for interactive mode (#3645)\n* Stop Interactive Mode from Throwing errors from Validation completions (#3570)\n* Progress Reporting for template deployments (#3510)\n\n0.3.3 (2017-05-30)\n++++++++++++++++++\n\n* --progress flag\n* Removed --debug and --verbose from completions\n\n0.3.2 (2017-05-18)\n++++++++++++++++++\n\n* Bug fixes.\n* Remove 'interactive' from completions (#3324)\n\n0.3.1 (2017-05-09)\n++++++++++++++++++\n\n* Add link to blog in \u2018az interactive \u2014help\u2019 (#3252)\n\n\n0.3.0 (2017-05-05)\n++++++++++++++++++\n\n* Integrate interactive into az\n* Colors Options\n* Rename 'shell' => 'interactive'\n\n\n0.2.1\n++++++++++++++++++\n\n* CLI Performance changes integrated\n\n\n0.2.0\n++++++++++++++++++\n\n* Public Preview release\n\n\n0.1.1\n++++++++++++++++++\n\n* Preview release\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "opal-azure-cli-interactive", "package_url": "https://pypi.org/project/opal-azure-cli-interactive/", "platform": "", "project_url": "https://pypi.org/project/opal-azure-cli-interactive/", "project_urls": { "Homepage": "https://github.com/Azure/azure-cli" }, "release_url": "https://pypi.org/project/opal-azure-cli-interactive/0.4.7/", "requires_dist": [ "opal-azure-cli-core (>=2.0.68)", "prompt-toolkit (~=1.0.15)", "azure-cli-command-modules-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Command-Line Interactive Shell", "version": "0.4.7" }, "last_serial": 5626551, "releases": { "0.4.4": [ { "comment_text": "", "digests": { "md5": "886b869fd82411778ce631a48c75f4f1", "sha256": "cf3f8755684fb08933814b1c2b0d893d80557bcd01862ac35421cb94c7fdd71f" }, "downloads": -1, "filename": "opal_azure_cli_interactive-0.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "886b869fd82411778ce631a48c75f4f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7877, "upload_time": "2019-06-17T18:47:14", "url": "https://files.pythonhosted.org/packages/a8/3e/4e99541f2116a9c6fffc1925241bd6442754cecc2c6947e03c4466bedfb1/opal_azure_cli_interactive-0.4.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c30f94f6ab3eb022729b543144f77c0a", "sha256": "5afda3b7a259415e3571a61492ac68ac2ae90d91464a642e78bfe048d98b9265" }, "downloads": -1, "filename": "opal-azure-cli-interactive-0.4.4.tar.gz", "has_sig": false, "md5_digest": "c30f94f6ab3eb022729b543144f77c0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7045, "upload_time": "2019-06-17T18:49:06", "url": "https://files.pythonhosted.org/packages/ce/c1/87446a24a869c45dcee65ad23ad1bb09fc430e97fdd7f0ddda5503079624/opal-azure-cli-interactive-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "d4de8d7d4c55b5e7221b5132f4ad386b", "sha256": "59d65b43297a813a342a7951c7c9a87da7a5fbf3a5c466a242d308d1dca1d31e" }, "downloads": -1, "filename": "opal_azure_cli_interactive-0.4.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d4de8d7d4c55b5e7221b5132f4ad386b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7881, "upload_time": "2019-07-29T17:59:04", "url": "https://files.pythonhosted.org/packages/e8/f0/7c8e79eccae7c6c4db3b7c24e9199663f028b84476c9e3a99235f8f81b6f/opal_azure_cli_interactive-0.4.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdf572e1bbd9584903eeeca4100a33c1", "sha256": "b9539b248afdd0b1963d98e42c3d635772f49f93df666ec8060b26fd2e7c6cca" }, "downloads": -1, "filename": "opal-azure-cli-interactive-0.4.5.tar.gz", "has_sig": false, "md5_digest": "cdf572e1bbd9584903eeeca4100a33c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7055, "upload_time": "2019-07-29T18:00:29", "url": "https://files.pythonhosted.org/packages/59/93/44dce91490be937260edf510259979e218f5e610df7599f955fa00eea3d4/opal-azure-cli-interactive-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "558904f2d24b3f3e4d5eb62957a38835", "sha256": "0efb38ca9eeaca5aad1d3475608807a8fc213e5a588a01030433144d2875966f" }, "downloads": -1, "filename": "opal_azure_cli_interactive-0.4.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "558904f2d24b3f3e4d5eb62957a38835", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7884, "upload_time": "2019-07-29T19:11:54", "url": "https://files.pythonhosted.org/packages/5c/4f/86a64c098848452734e438ae3e59b6563a45c360053061fc263a52e53add/opal_azure_cli_interactive-0.4.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be588602dc4e6b1c6186eee2a4116e4e", "sha256": "9ffbe40dbbdf146490aeab9d28b0f0a57a01d5c441374879f80f7439fb85d4d2" }, "downloads": -1, "filename": "opal-azure-cli-interactive-0.4.6.tar.gz", "has_sig": false, "md5_digest": "be588602dc4e6b1c6186eee2a4116e4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7062, "upload_time": "2019-07-29T19:11:55", "url": "https://files.pythonhosted.org/packages/dd/2f/462cb66c01295712078cf7d48db582221284921286a27e290a0a990c707c/opal-azure-cli-interactive-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "0bcd679275b43070a8956327cdde5218", "sha256": "80b3b940d675b74b669e6c99bd93059fb0a8954a5fe00ff4e5fe0f53823f5b79" }, "downloads": -1, "filename": "opal_azure_cli_interactive-0.4.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bcd679275b43070a8956327cdde5218", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7884, "upload_time": "2019-08-02T21:42:46", "url": "https://files.pythonhosted.org/packages/69/7c/d8588330318a463c2131a67de76345f1b27dd53c1b7f90aa833eb629bafd/opal_azure_cli_interactive-0.4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07fb48913f40235f917afc03d1e3dd27", "sha256": "03044e6d5dc0414ba4bcafceec5835ee70ffde9fcefff06a7294ad984114353b" }, "downloads": -1, "filename": "opal-azure-cli-interactive-0.4.7.tar.gz", "has_sig": false, "md5_digest": "07fb48913f40235f917afc03d1e3dd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7058, "upload_time": "2019-08-02T21:44:13", "url": "https://files.pythonhosted.org/packages/22/90/115a45aad6f8c723cf658e1e55a74834998ada5a1d03ca204022f16cf336/opal-azure-cli-interactive-0.4.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0bcd679275b43070a8956327cdde5218", "sha256": "80b3b940d675b74b669e6c99bd93059fb0a8954a5fe00ff4e5fe0f53823f5b79" }, "downloads": -1, "filename": "opal_azure_cli_interactive-0.4.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bcd679275b43070a8956327cdde5218", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7884, "upload_time": "2019-08-02T21:42:46", "url": "https://files.pythonhosted.org/packages/69/7c/d8588330318a463c2131a67de76345f1b27dd53c1b7f90aa833eb629bafd/opal_azure_cli_interactive-0.4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07fb48913f40235f917afc03d1e3dd27", "sha256": "03044e6d5dc0414ba4bcafceec5835ee70ffde9fcefff06a7294ad984114353b" }, "downloads": -1, "filename": "opal-azure-cli-interactive-0.4.7.tar.gz", "has_sig": false, "md5_digest": "07fb48913f40235f917afc03d1e3dd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7058, "upload_time": "2019-08-02T21:44:13", "url": "https://files.pythonhosted.org/packages/22/90/115a45aad6f8c723cf658e1e55a74834998ada5a1d03ca204022f16cf336/opal-azure-cli-interactive-0.4.7.tar.gz" } ] }