@@ -19,103 +19,3 @@ or by setting the ``K8S_QUIET=true`` in your environment.
19
19
The CLI entrypoint is ``ec ``. To see the available commands, run ``ec --help ``.
20
20
Much of the functionality is available through subcommands dev and ioc.
21
21
Below is pasted the current version of help for the CLI.
22
-
23
- .. code-block ::
24
-
25
-
26
- [E7][work-ec]$ ec --help
27
-
28
- Usage: ec [OPTIONS] COMMAND [ARGS]...
29
-
30
- EPICS Containers assistant CLI
31
-
32
- ╭─ Options ─────────────────────────────────────────────────────╮
33
- │ --version Log the version of ec and │
34
- │ exit │
35
- │ --domain -d TEXT Domain namespace to use │
36
- │ [default: bl01t] │
37
- │ --image-registry TEXT Image registry to pull │
38
- │ from │
39
- │ [default: │
40
- │ ghcr.io/gilesknap] │
41
- │ --helm-registry TEXT Helm registry to pull │
42
- │ from │
43
- │ [default: │
44
- │ ghcr.io/gilesknap] │
45
- │ --quiet -q Suppress printing of │
46
- │ commands executed │
47
- │ --log-level TEXT Log level (DEBUG, INFO, │
48
- │ WARNING, ERROR, CRITICAL) │
49
- │ [default: WARN] │
50
- │ --install-completion Install completion for │
51
- │ the current shell. │
52
- │ --show-completion Show completion for the │
53
- │ current shell, to copy it │
54
- │ or customize the │
55
- │ installation. │
56
- │ --help Show this message and │
57
- │ exit. │
58
- ╰───────────────────────────────────────────────────────────────╯
59
- ╭─ Commands ────────────────────────────────────────────────────╮
60
- │ dev Commands for building, debugging containers. See │
61
- │ 'ec dev --help' │
62
- │ ioc Commands for managing IOCs in the cluster. See 'ec │
63
- │ ioc --help' │
64
- │ monitor Monitor the status of IOCs in a domain │
65
- │ ps List the IOCs running in the current domain │
66
- │ resources Output information about a domain's cluster │
67
- │ resources │
68
- ╰───────────────────────────────────────────────────────────────╯
69
-
70
- [E7][work-ec]$ ec dev --help
71
-
72
- Usage: ec dev [OPTIONS] COMMAND [ARGS]...
73
-
74
- Commands for building, debugging containers. See 'ec dev
75
- --help'
76
-
77
- ╭─ Options ─────────────────────────────────────────────────────╮
78
- │ --help Show this message and exit. │
79
- ╰───────────────────────────────────────────────────────────────╯
80
- ╭─ Commands ────────────────────────────────────────────────────╮
81
- │ build Build a container locally from a container │
82
- │ project. │
83
- │ debug-last Launches a container with the most recent image │
84
- │ build. Useful for debugging failed builds │
85
- │ ioc-launch Launch an IOC instance using a local helm chart │
86
- │ definition. Set folder for a locally editable │
87
- │ generic IOC or tag to choose any version from the │
88
- │ registry. │
89
- │ launch Launch a bash prompt in a container │
90
- │ make make the generic IOC source code inside its │
91
- │ container │
92
- ╰───────────────────────────────────────────────────────────────╯
93
-
94
- [E7][work-ec]$ ec ioc --help
95
-
96
- Usage: ec ioc [OPTIONS] COMMAND [ARGS]...
97
-
98
- Commands for managing IOCs in the cluster. See 'ec ioc --help'
99
-
100
- ╭─ Options ─────────────────────────────────────────────────────╮
101
- │ --help Show this message and exit. │
102
- ╰───────────────────────────────────────────────────────────────╯
103
- ╭─ Commands ────────────────────────────────────────────────────╮
104
- │ attach Attach to the IOC shell of a live IOC │
105
- │ delete Remove an IOC helm deployment from the cluster │
106
- │ deploy Pull an IOC helm chart and deploy it to the │
107
- │ cluster │
108
- │ deploy-local Deploy a local IOC helm chart directly to the │
109
- │ cluster with dated beta version │
110
- │ exec Execute a bash prompt in a live IOC's container │
111
- │ log-history Open historical logs for an IOC │
112
- │ logs Show logs for current and previous instances of │
113
- │ an IOC │
114
- │ restart Restart an IOC │
115
- │ start Start an IOC │
116
- │ stop Stop an IOC │
117
- │ template print out the helm template generated from a │
118
- │ local ioc helm chart │
119
- │ versions List all versions of the IOC available in the │
120
- │ helm registry │
121
- ╰───────────────────────────────────────────────────────────────╯
0 commit comments