File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 18
18
:description " Select containers to run"
19
19
20
20
:opts [{:option " module"
21
- :short 0
21
+ :short " m "
22
22
:type :string }]
23
23
24
24
:runs (fn [props]
43
43
:description " Select containers to run"
44
44
45
45
:opts [{:option " module"
46
- :short 0
46
+ :short " m "
47
47
:type :string }]
48
48
49
49
:runs (fn [props]
90
90
:description " Stop all running containers "
91
91
92
92
:opts [{:option " module"
93
- :short 0
93
+ :short " m "
94
94
:type :string }]
95
95
96
96
:runs (fn [props]
Original file line number Diff line number Diff line change 38
38
:description " List all endpoints"
39
39
40
40
:opts [{:option " module"
41
- :short 0
41
+ :short " m "
42
42
:type :string }
43
43
44
44
{:option " service"
45
+ :short 0
45
46
:type :string }]
46
47
47
48
:runs list-endpoints}]})
Original file line number Diff line number Diff line change 33
33
:description " Pull down changes to a module"
34
34
35
35
:opts [{:option " module"
36
- :short 0
36
+ :short " m "
37
37
:type :string }
38
38
39
39
{:option " update"
40
40
:default false
41
+ :short 0
41
42
:type :with-flag }]
42
43
43
44
:runs pull!}
46
47
:description " Resolve the latest sha's of a module. This is the same as `pull --update`"
47
48
48
49
:opts [{:option " module"
49
- :short 0
50
+ :short " m "
50
51
:type :string }
51
52
52
53
{:option " force"
53
54
:default false
55
+ :short 0
54
56
:type :with-flag }]
55
57
56
58
:runs (fn [props]
Original file line number Diff line number Diff line change 91
91
:description " List all routes"
92
92
93
93
:opts [{:option " module"
94
- :short 0
94
+ :short " m "
95
95
:type :string }
96
96
97
97
{:option " output"
105
105
:description " Apply any route changes"
106
106
107
107
:opts [{:option " module"
108
- :short 0
108
+ :short " m "
109
109
:type :string }]
110
110
111
111
:runs apply-routes!}]})
Original file line number Diff line number Diff line change 77
77
:description " List all services"
78
78
79
79
:opts [{:option " module"
80
- :short 0
80
+ :short " m "
81
81
:type :string }]
82
82
83
83
:runs list-services}
86
86
:description " Set the default endpoint for a service"
87
87
88
88
:opts [{:option " module"
89
- :short 0
89
+ :short " m "
90
90
:type :string }
91
91
{:option " service"
92
- :short 1
92
+ :short 0
93
93
:type :string }
94
94
{:option " endpoint"
95
- :short 2
95
+ :short 1
96
96
:type :string }]
97
97
98
98
:runs set-default-service-endpoint!}]})
You can’t perform that action at this time.
0 commit comments