=================
Command reference
=================

Conda provides many commands for managing packages and environments.  The
following pages have help for each command. The help for a command can also be
accessed from the command line with the ``--help`` flag:

.. code-block:: bash

   conda install --help


Conda general commands
======================

The following commands are part of conda.

.. toctree::
   :glob:
   :maxdepth: 2

   commands/*


Conda build commands
====================

The following commands are part of the ``conda-build`` package, which can be
installed with ``conda install conda-build``.

.. toctree::
   :glob:
   :maxdepth: 2

   commands/build/*


Conda environment commands
==========================

The following commands are part of the ``conda-env`` package, which is
installed automatically with conda.

.. toctree::
   :glob:
   :maxdepth: 2

   commands/env/*
