gitea/docs/content/doc/administration
wxiaoguang d0dbe52e76
Refactor to use urfave/cli/v2 (#25959)
Replace #10912

And there are many new tests to cover the CLI behavior

There were some concerns about the "option order in hook scripts"
(https://github.com/go-gitea/gitea/pull/10912#issuecomment-1137543314),
it's not a problem now. Because the hook script uses `/gitea hook
--config=/app.ini pre-receive` format. The "config" is a global option,
it can appear anywhere.

----

## ⚠️ BREAKING ⚠️

This PR does it best to avoid breaking anything. The major changes are:

* `gitea` itself won't accept web's options: `--install-port` / `--pid`
/ `--port` / `--quiet` / `--verbose` .... They are `web` sub-command's
options.
    * Use `./gitea web --pid ....` instead
* `./gitea` can still run the `web` sub-command as shorthand, with
default options
* The sub-command's options must follow the sub-command
* Before: `./gitea --sub-opt subcmd` might equal to `./gitea subcmd
--sub-opt` (well, might not ...)
    * After: only `./gitea subcmd --sub-opt` could be used
    * The global options like `--config` are not affected
2023-07-21 17:28:19 +08:00
..
_index.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
adding-legal-pages.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
adding-legal-pages.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
backup-and-restore.en-us.md Update path related documents (#25417) 2023-07-19 11:22:57 +02:00
backup-and-restore.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
backup-and-restore.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
cmd-embedded.en-us.md Move public asset files to the proper directory (#25907) 2023-07-18 18:06:43 +02:00
cmd-embedded.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
command-line.en-us.md Update path related documents (#25417) 2023-07-19 11:22:57 +02:00
command-line.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
config-cheat-sheet.en-us.md Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
config-cheat-sheet.zh-cn.md Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
customizing-gitea.en-us.md Update path related documents (#25417) 2023-07-19 11:22:57 +02:00
customizing-gitea.zh-cn.md Change branch name from master to main in some documents' links (#25126) 2023-06-08 07:35:55 +00:00
email-setup.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
email-setup.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
environment-variables.en-us.md Update path related documents (#25417) 2023-07-19 11:22:57 +02:00
environment-variables.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
external-renderers.en-us.md Move public asset files to the proper directory (#25907) 2023-07-18 18:06:43 +02:00
external-renderers.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
fail2ban-setup.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
fail2ban-setup.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
git-lfs-support.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
git-lfs-support.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
https-support.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
https-support.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
logging-config.en-us.md Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
logging-config.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
mail-templates.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
mail-templates.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
repo-indexer.en-us.md Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
repo-indexer.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
reverse-proxies.en-us.md Remove reference to caddy v1 in docs (#24962) 2023-05-28 08:39:16 +00:00
reverse-proxies.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2023-05-23 18:14:57 +08:00
search-engines-indexation.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
search-engines-indexation.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00
signing.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
signing.zh-cn.md `zh-cn` translation for administration docs (#24881) 2023-05-24 10:35:43 +08:00