:py:mod:`main_update`
=====================
.. py:module:: conda_env.cli.main_update
.. autoapi-nested-parse::
CLI implementation for `conda-env update`.
Updates the conda environments with the specified packages.
Functions
---------
.. autoapisummary::
conda_env.cli.main_update.configure_parser
conda_env.cli.main_update.execute
Attributes
----------
.. autoapisummary::
conda_env.cli.main_update.description
conda_env.cli.main_update.example
.. py:data:: description
:value: Multiline-String
.. raw:: html
Show Value
.. code-block:: python
"""
Update the current environment based on environment file
"""
.. raw:: html
.. py:data:: example
:value: Multiline-String
.. raw:: html
Show Value
.. code-block:: python
"""
examples:
conda env update
conda env update -n=foo
conda env update -f=/path/to/environment.yml
conda env update --name=foo --file=environment.yml
conda env update vader/deathstar
"""
.. raw:: html
.. py:function:: configure_parser(sub_parsers)
.. py:function:: execute(args, parser)