.. _confluent_local_start: ===================== confluent local start ===================== Description ----------- Start |cp| services. For a list of available services, see :ref:`available_packages`. .. include:: ../../../includes/cli.rst :start-after: cli_limitations_start :end-before: cli_limitations_end :: confluent local start [] --path Flags ----- .. include:: ../../../includes/path-set-cli.rst =================================== ========================================================== Name, shorthand Description =================================== ========================================================== ``--path `` Path to |cp| install directory. ``-h, --help`` Print command information. =================================== ========================================================== Positional arguments -------------------- =============== ============== ======================================================== Name, shorthand Default Description =============== ============== ======================================================== ```` All services The service name. If specified, it starts the service and all dependencies. =============== ============== ======================================================== Examples -------- - Start all available services: .. sourcecode:: bash confluent local start Your output should resemble: .. include:: ../../../includes/cli.rst :start-after: CE_CLI_startup_output :end-before: COS_CP_CLI_startup_output - Start |ak-tm| and |zk| as its dependency: .. sourcecode:: bash confluent local start kafka Your output should resemble: .. sourcecode:: bash Starting zookeeper zookeeper is [UP] Starting kafka kafka is [UP]