I am trying to follow the documentation to create packs. I have all the files configured under stackstorm_automation folder.
The problem i am having is after i update the contents, it still loads the old pack.
vagrant@stackstorm:~/stackstorm-automation$ sudo st2 pack install file:///$PWD
[ succeeded ] download pack
[ succeeded ] make a prerun
[ succeeded ] install pack dependencies
[ succeeded ] register pack
±------------±-------------------------------------------------------------+
| Property | Value |
±------------±-------------------------------------------------------------+
| name | SRE Automation |
| description | Simple pack containing examples of sensor, rule, and action. |
| version | 0.1.0 |
| author | xxxxxxxxx
I updated the sensor and pack.yaml to
ref: sre_automation
name: automation
description: Simple pack containing examples of sensor, rule, and action.
keywords:
-
automation
-
sre
version: 0.1.1
author:
Then i uninstalled the pack but when i run the install from $PWD i still see the old version getting installed.