1Caddy(8) Caddy(8)
2
3
4
6 caddy-environ - Prints the environment
7
8
9
11 caddy environ [flags]
12
13
14
16 Prints the environment as seen by this Caddy process.
17
18
19 The environment includes variables set in the system. If your Caddy
20 configuration uses environment variables (e.g. "{env.VARIABLE}") then
21 this command can be useful for verifying that the variables will have
22 the values you expect in your config.
23
24
25 Note that environments may be different depending on how you run Caddy.
26 Environments for Caddy instances started by service managers such as
27 systemd are often different than the environment inherited from your
28 shell or terminal.
29
30
31 You can also print the environment the same time you use "caddy run" by
32 adding the "--environ" flag.
33
34
35 Environments may contain sensitive data.
36
37
38
40 -h, --help[=false] help for environ
41
42
43
45 caddy(8)
46
47
48
50 15-Aug-2023 Auto generated by spf13/cobra
51
52
53
54Auto generated by spf13/cobra Aug 2023 Caddy(8)