summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-09-14cmd: Improve error message if config missingMatthew Holt
2022-09-13cmd: Customizable user agent (close #2795)Matthew Holt
2022-09-06cmd: Enhance some help textMatthew Holt
2022-09-01cmd: Don't print long help text on errorMatthew 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-08-06Replace strings.Index with strings.Cut (#4932)Chirag Maheshwari
2022-08-04Replace strings.Index usages with strings.Cut (#4930)WilczyńskiT
2022-08-04cmd: Use newly-available version information (#4931)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-08-01Oops (sigh)Matthew Holt
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-07-29Minor docs clarificationMatthew Holt
2022-07-29core: Windows service integration (#4790)WingLim
2022-07-28Fix compilation on WindowsMatthew Holt
2022-07-28Fix deprecation notice by using UTF16PtrFromStringMatthew Holt
2022-07-20cmd: Fix reload with stdin (#4900)Francis Lavoie
2022-06-15Add comment about xcaddy to mainMatthew Holt
2022-04-28cmd: Fix unix socket addresses for admin API requests (#4742)Francis Lavoie
2022-04-25httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728)Francis Lavoie
2022-04-13cmd: Enhance .env (dotenv) file parsingMatthew Holt
2022-04-12cmd: Add `--diff` option for `caddy fmt` (#4695)Francis Lavoie
2022-04-03cmd: Fix defaulting admin address if empty in config, fixes `reload` (#4674)Francis Lavoie
2022-03-19cmd: Set Origin header properly on API requestsMatthew Holt
2022-03-02pki: Implement API endpoints for certs and `caddy trust` (#4443)Francis Lavoie
2022-01-16cmd: Print error if fmt overwrite fails (fix #4524)Matthew Holt
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-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-01cmd: export CaddyVersion(), Commands() (#4316)peymaneh
2021-08-20cmd: Fix paths when using an env file (#4296)Pascal Zarrad
2021-08-18cmd: use net.ErrClosed for matching returned error (#4289)M. Ángel Jimeno
2021-08-11cmd: New `add-package` and `remove-package` commands (#4226)Oleg
2021-05-11cmd: upgrade: inherit the permissions of the original executable (#4160)Mohammed Al Sahaf
2021-05-02cmd: Add --envfile flag to `start` command (#4141)Jesse
2021-04-05notify: Send all sd_notify signals from main caddy process (#4060)Carl George
2021-03-29cmd: Use formatted logger for config adapter warnings (#4080)Francis Lavoie
2021-03-29cmd: main: fix minor doc typos (#4082)Simão Gomes Viana
2021-02-24Update docs; commit setcap.shMatthew Holt
2021-02-22caddytls: Remove old asset migration code (close #3894)Matthew Holt
2021-02-15cmd: Clean up `build-info` and `upgrade` outputMatthew Holt
2021-02-01cmd: Add --force flag to reload command (close #4005)Matthew Holt
2021-01-19caddycmd: Add upgrade command (#3972)Matt Holt
2021-01-19caddytest: Update Caddyfile tests for formatting, HTTP-only blocksMatthew Holt
2021-01-16cmd: Print more detailed version with --environMatthew Holt
2021-01-12cmd: Implement sd_notify() to notify systemd about readiness (#3963)Stefan Tatschner
2021-01-04cmd: Organize list-modules output; --packages flag (#3925)Matt Holt
2021-01-04caddyfile: Introduce basic linting and fmt check (#3923)Matt Holt