File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## Installation
66
7-
8- Install this pack with: ` st2 pack install file:///$PWD `
7+ Install this pack with: ` st2 pack install file://$PWD `
98
109Or if in remote repository: ` st2 pack install https://github.com/MY/PACK `
1110
@@ -45,25 +44,25 @@ profiles:
4544 # verify: fallback to verify: True
4645```
4746
48-
4947** Note** : When modifying the configuration in ` /opt/stackstorm/configs/ ` please
5048 remember to tell StackStorm to load these new values by running
5149 ` st2ctl reload --register-configs `
5250
53-
5451## Actions
5552
5653While naming actions following convention is used:
5754
58- ** < VERB >_ < RESOURCE(plural) >**
59-
55+ < VERB >_< RESOURCE(plural) >
56+ eg.
57+ list_repositories
58+ get_scripts
6059
6160Supported Resources
6261
63- - Repositories
64- - Scripts
62+ * Repositories
63+ * Scripts
6564
66- ### Available actions:
65+ ### Available actions
6766
6867* ** list_repositories** : List nexus3 repositories
6968* ** get_repositories** : get nexus3 repositories
@@ -91,18 +90,15 @@ Supported Resources
9190
9291--NIL--
9392
94-
95- # Testing
96-
93+ ## Testing
9794
9895While testing you can leverage [ Makefile] ( ./tests/Makefile ) to ease writing and testing actions. Read the Makefile for the list of useful commands.
9996
100-
101- # Contributing
97+ ## Contributing
10298
10399Before submitting make sure python linter is happy with your changes first
104100
105- ```
101+ ``` bash
106102pip install flake8
107103
108104# executing flake8 ./
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ ref: nexus3
33name : Sontatype nexus3
44description : Sontatype nexus3 stackstorm pack
55keywords :
6- - example
7- - test
6+ - nexus
7+ - nexus3
8+ - sonatype
89version : 0.1.0
910python_versions :
1011 - " 2"
1112 - " 3"
12- author : Sonu K. Meena
13- email : sonu.meena@example .com
13+ author : Sonu Meena
14+ email : sonukr666@gmail .com
You can’t perform that action at this time.
0 commit comments