File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,22 @@ View the parsed workflow configuration:
177
177
178
178
cylc config <name/path>
179
179
180
+
181
+ List configured platforms and platform groups
182
+ ---------------------------------------------
183
+
184
+ .. seealso ::
185
+
186
+ :ref: `ListingAvailablePlatforms `
187
+
188
+
189
+ ``cylc config --platform-names ``
190
+ Print a list of configured platforms and platform groups.
191
+
192
+ ``cylc config --platform-meta ``
193
+ Print out the full configuration of ``[platfroms] `` and
194
+ ``[platform groups] ``
195
+
180
196
Opening User Interfaces
181
197
-----------------------
182
198
@@ -230,7 +246,7 @@ Generate a visualisation for a workflow without running it:
230
246
- ::
231
247
232
248
cylc graph <name>
233
-
249
+
234
250
This generates a basic image file if Graphviz is installed.
235
251
236
252
The web UI will have full graph vis. in a future release.
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ a single platform. Such platforms can be set up to be ``platform groups``
69
69
70
70
.. seealso ::
71
71
72
+ :ref: `ListingAvailablePlatforms ` for details of how to list platforms
73
+ already defined.
74
+
72
75
:ref: `AdminGuide.PlatformConfigs ` for detailed examples of platform
73
76
configurations.
74
77
Original file line number Diff line number Diff line change @@ -13,16 +13,21 @@ Writing Platform Configurations
13
13
- :cylc:conf: `global.cylc[platforms] `
14
14
- :cylc:conf: `global.cylc[platforms][<platform name>]install target `
15
15
16
+ .. _ListingAvailablePlatforms :
17
+
18
+ Listing available platforms
19
+ ---------------------------
20
+
16
21
If you are working on an institutional network platforms may already
17
22
have been configured for you.
18
23
19
- .. TODO update the command below after implementing a platform
20
- listing command.
24
+ To see a list of available platforms::
25
+
26
+ cylc config --platform-names
21
27
22
- To see available platforms::
28
+ To see the full configuration of available platforms::
23
29
24
- cylc config -i [platforms]
25
- cylc config -i [platform groups]
30
+ cylc config --platform-meta
26
31
27
32
What Are Platforms?
28
33
-------------------
You can’t perform that action at this time.
0 commit comments