File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ Generate a visualisation for a workflow without running it:
232
232
- ::
233
233
234
234
cylc graph <name>
235
-
235
+
236
236
This generates a basic image file if Graphviz is installed.
237
237
238
238
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,23 @@ 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
27
+
28
+ To see the full configuration of available platforms::
21
29
22
- To see available platforms::
30
+ cylc config -- platforms
23
31
24
- cylc config -i [platforms]
25
- cylc config -i [platform groups]
32
+ This is equivalent to ``cylc config -i 'platforms' -i 'platform groups' ``
26
33
27
34
What Are Platforms?
28
35
-------------------
You can’t perform that action at this time.
0 commit comments