From bdc5b4131da7d1fcf57f6310cd2cb438b004d5f6 Mon Sep 17 00:00:00 2001 From: Marcel Weinberg Date: Tue, 18 Feb 2020 11:35:43 +0100 Subject: [PATCH] provide pack names as space-separated list with out a key --- docs/source/packs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/packs.rst b/docs/source/packs.rst index d951c716d..9a122fd61 100644 --- a/docs/source/packs.rst +++ b/docs/source/packs.rst @@ -255,8 +255,8 @@ a schema defined in ``/opt/stackstorm/packs//config.schema.yaml``. See :doc:`/reference/pack_configs` section for details. When the pack content changes, it has to be registered again (reloaded). To register individual -packs, use ``st2 pack register --packs=pack1,pack2``. To register everything at once, use -``sudo st2ctl reload``. Use ``-h`` to explore the fine-tuning flags. +packs, use ``st2 pack register pack1 pack2``. Packs are provided as positional space-separated arguments. +To register everything at once, use ``sudo st2ctl reload``. Use ``-h`` to explore the fine-tuning flags. Installing Packs from Private Repositories ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~