:py:mod:`main_export` ===================== .. py:module:: conda.cli.main_export .. autoapi-nested-parse:: CLI implementation for `conda export`. Dumps specified environment package specifications to the screen. Functions --------- .. autoapisummary:: conda.cli.main_export.epilog conda.cli.main_export.configure_parser conda.cli.main_export.execute .. py:exception:: CondaExportWarning Bases: :py:obj:`Warning` Base class for warning categories. Initialize self. See help(type(self)) for accurate signature. .. py:function:: epilog() -> str Build ``conda export`` epilog (examples and plugin-driven format list). .. py:function:: configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) -> argparse.ArgumentParser .. py:function:: execute(args: argparse.Namespace, parser: argparse.ArgumentParser) -> int