You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/packs.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,11 @@ Managing Packs
28
28
Exchange <https://exchange.stackstorm.org>`_. To make it happen, we deprecated few old things.
29
29
Check the :doc:`upgrade notes </upgrade_notes>` and :doc:`/reference/pack_management_transition`.
30
30
31
-
|st2| packs are managed through ``st2 pack ...`` commands: ``st2 pack -h`` will give you a useful overview if you just need a quick start.
31
+
|st2| packs are managed through ``st2 pack ...`` commands: ``st2 pack -h`` will give you a useful
32
+
overview if you just need a quick start.
32
33
33
-
A few packs (such as the ``core`` pack for basic StackStorm actions) come pre-installed with StackStorm. ``list`` and ``get`` are the primary commands to work with local packs:
34
+
A few packs (such as the ``core`` pack for basic StackStorm actions) come pre-installed
35
+
with StackStorm. ``list`` and ``get`` are the primary commands to work with local packs:
34
36
35
37
.. code-block:: bash
36
38
@@ -153,7 +155,7 @@ The value must be a colon delimited string of directory paths. For example:
153
155
Directories are always searched from left to right in the order they are
154
156
specified, with the system packs directory always searched first.
155
157
156
-
Pack configuration is represented by ```/opt/stackstorm/<packname>.yaml``` and must
158
+
Pack configuration is represented by ```/opt/stackstorm/configs/<packname>.yaml``` and must
157
159
conform to a configuration schema, ```config.schema.yaml``` file in pack's directory.
158
160
Details of this powerful functionaltiy are in :doc:`/reference/pack_configs` section.
`StackStorm Exchange <https://exchange.stackstorm.org/>`__ is the new pack index maintained by the StackStorm team. Any pack from StackStorm Exchange can be installed with ``st2 pack install <pack>``
30
-
in the CLI. No WebUI support yet.
30
+
in the CLI.
31
31
32
32
Exchange packs are hosted in the `StackStorm-Exchange organization
33
33
<https://github.com/stackstorm-exchange>`__ on GitHub. To submit **a new pack** to the StackStorm Exchange, follow the instructions in
Copy file name to clipboardExpand all lines: docs/source/reference/packs.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Canonical pack as laid out on the file system.
26
26
requirements-tests.txt # requirements for python tests
27
27
icon.png # 64x64 .png icon
28
28
29
-
Some old packs also have a configuration file at ``/opt/stackstorm/configs/<pack_name>.yaml``
29
+
Some old packs also have a configuration file at ``/opt/stackstorm/<pack_name>/config.yaml``
30
30
that defines any shared configuration used by the actions and sensors, e.g. usernames, region names, hostnames, etc. New pack rely on :doc:`configuration schema</reference/pack_configs>` and keep their configuration files under ``/opt/stackstorm/configs```.
31
31
32
32
At the topmost level are the main folders ``actions``, ``rules``, ``sensors``, ``aliases`` and ``policies`` as well as some shared files:
@@ -158,9 +158,9 @@ The following example simply echoes a greeting.
0 commit comments