main_update#

CLI implementation for conda-env update.

Updates the conda environments with the specified packages.

Functions#

configure_parser(sub_parsers)

execute(args, parser)

Attributes#

description

example

description = Multiline-String#
Show Value
"""
Update the current environment based on environment file
"""
example = Multiline-String#
Show Value
"""
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
"""
configure_parser(sub_parsers)#
execute(args, parser)#