summaryrefslogtreecommitdiff
path: root/cmd/commands.go
AgeCommit message (Expand)Author
2023-10-11cmd: Fix exiting with custom status code, add `caddy -v` (#5874)Francis Lavoie
2023-09-07cmd: Prevent overwriting existing env vars with `--envfile` (#5803)Evan Van Dam
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-06-02cmd: Implement storage import/export (#5532)Cass C
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2023-02-16cmd: Adjust documentation for commands (#5377)Francis Lavoie
2023-01-31cmd: Add `--envfile` flag to `validate` command (#5350)Amis Shokoohi
2023-01-21chore: Fix typo, coral -> cobra (#5325)Y.Horie
2022-10-25cmd: replace deprecate func use (#5170)Mohammed Al Sahaf
2022-09-06cmd: Enhance some help textMatthew Holt
2022-08-30cmd: Enhance CLI docsMatthew Holt
2022-08-30cmd: add completion command (#4994)Mohammed Al Sahaf
2022-08-30cmd: Migrate to `spf13/cobra`, remove single-dash arg support (#4565)Mohammed Al Sahaf
2022-07-29Minor docs clarificationMatthew Holt
2022-04-12cmd: Add `--diff` option for `caddy fmt` (#4695)Francis Lavoie
2022-03-02pki: Implement API endpoints for certs and `caddy trust` (#4443)Francis Lavoie
2021-11-08caddycmd: Add `--keep-backup` to upgrade commands (#4387)Francis Lavoie
2021-10-18caddycmd: Add `--skip-standard` to `list-modules` command, quieter output (#4...Francis Lavoie
2021-10-11caddycmd: fix caddy validate/fmt help message (#4377)M. Ángel Jimeno
2021-09-01cmd: export CaddyVersion(), Commands() (#4316)peymaneh
2021-08-11cmd: New `add-package` and `remove-package` commands (#4226)Oleg
2021-05-02cmd: Add --envfile flag to `start` command (#4141)Jesse
2021-02-01cmd: Add --force flag to reload command (close #4005)Matthew Holt
2021-01-19caddycmd: Add upgrade command (#3972)Matt Holt
2021-01-04cmd: Organize list-modules output; --packages flag (#3925)Matt Holt
2020-09-14cmd: Allow `caddy fmt` to read from stdin (#3680)Matthew Penner
2020-05-15cmd: Add --envfile flag to run command (#3278)elcore
2020-05-13cmd: Add pidfile support (closes #3235)Matthew Holt
2020-05-07docs: Fix command.Func documentation (#3371)Jose Donizetti
2020-03-22cmd: Add --watch flag to start & run commands (closes #1806)Matthew Holt
2020-03-15cmd: fmt: --write -> --overwrite to make it clear it's destructiveMatthew Holt
2020-03-06Merge branch 'certmagic-refactor' into v2Matthew Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-02-29cmd: Add `caddy fmt` command. (#3090)Vaibhav
2020-01-10cmd: Add build-info command; update CertMagicMatthew Holt
2019-12-31Config auto-save; run --resume flag; update environ output (close #2903)Matthew Holt
2019-12-23cmd: Eliminate unintended use of cgoMatthew Holt
2019-11-15cmd: Improve stop command by trying API before signaling processMatthew Holt
2019-10-28v2: Logging! (#2831)Matt Holt
2019-10-08cmd: Built-in commands all use RegisterCommand (#2794)yzongyue
2019-10-06cmd: adapt: Default --adapter value is "caddyfile"Matthew Holt
2019-10-01cmd: CLI improvements; add --validate to adapt commandMatthew Holt
2019-09-30cmd: Add validate subcommand; list-modules --versions; some renamingMatthew Holt
2019-09-30cmd: Refactor subcommands, add help, make them pluggableaca
2019-09-18http: Improve auto HTTP->HTTPS redirects, fix edge casesMatthew Holt
2019-09-13Use keybase fork of mitchellh/go-ps for bug fixes (#2750)Mohammed Al Sahaf
2019-08-22caddyfile: Support global config block; allow non-empty blocks w/ 0 keysMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-07-20Force quit on Windows with taskkill /f (#2670)Toby Allen