forked from JosiahSiegel/slack-boltjs-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.help.example
32 lines (22 loc) · 900 Bytes
/
.help.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
USAGE
[<@bot>] gh-deploy [<branch>] to [<branch>] [OPTIONAL: for <owner/repo>]
EXAMPLES
@MyBot gh-deploy master to feature3
@MyBot gh-deploy feature1 to feature3 for my/awesome_repo
==========================================================================
USAGE
[<@bot>] gh-lock [add|remove|show] [<branch>]
EXAMPLES
@MyBot gh-lock add feature3
@MyBot gh-lock remove feature1
==========================================================================
USAGE
[<@bot>] gh-run [<workflow file>] [OPTIONAL: <owner/repo> <branch>] [OPTIONAL: --inputs <a:b,c:d>]
EXAMPLES
@MyBot gh-run log_management.yml --inputs name:alpha,desc:uat env
@MyBot gh-run log_management.yml my/awesome_repo main --inputs name:alpha,desc:uat env
==========================================================================
USAGE
[<@bot>] gh-targets
EXAMPLES
@bot gh-targets