From f17268ee8004bd45b1a32f676362e98f59ae0d48 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 1 Sep 2022 12:24:47 +1000 Subject: [PATCH] docs: remove cobra auto gen tags (#3937) --- cmd/authelia-gen/cmd_all.go | 2 + cmd/authelia-gen/cmd_code.go | 2 + cmd/authelia-gen/cmd_code_keys.go | 2 + cmd/authelia-gen/cmd_docs.go | 2 + cmd/authelia-gen/cmd_docs_cli.go | 2 + cmd/authelia-gen/cmd_docs_date.go | 2 + cmd/authelia-gen/main.go | 2 + cmd/authelia-scripts/cmd/bootstrap.go | 2 + cmd/authelia-scripts/cmd/build.go | 2 + cmd/authelia-scripts/cmd/ci.go | 2 + cmd/authelia-scripts/cmd/clean.go | 2 + cmd/authelia-scripts/cmd/docker.go | 6 +++ cmd/authelia-scripts/cmd/root.go | 2 + cmd/authelia-scripts/cmd/serve.go | 2 + cmd/authelia-scripts/cmd/suites.go | 10 +++++ cmd/authelia-scripts/cmd/unittest.go | 2 + cmd/authelia-scripts/cmd/xflags.go | 2 + cmd/authelia-suites/main.go | 10 +++++ .../openid-connect/apache-guacamole/index.md | 2 +- .../openid-connect/argocd/index.md | 2 +- .../integration/openid-connect/komga/index.md | 2 +- .../openid-connect/outline/index.md | 2 +- .../trusted-header-sso/seafile/index.md | 2 +- .../cli/authelia-gen/authelia-gen.md | 1 - .../cli/authelia-gen/authelia-gen_all.md | 1 - .../cli/authelia-gen/authelia-gen_code.md | 1 - .../authelia-gen/authelia-gen_code_keys.md | 1 - .../cli/authelia-gen/authelia-gen_docs.md | 1 - .../cli/authelia-gen/authelia-gen_docs_cli.md | 1 - .../cli/authelia-scripts/authelia-scripts.md | 1 - .../authelia-scripts_bootstrap.md | 1 - .../authelia-scripts_build.md | 1 - .../authelia-scripts/authelia-scripts_ci.md | 1 - .../authelia-scripts_clean.md | 1 - .../authelia-scripts_docker.md | 1 - .../authelia-scripts_docker_build.md | 1 - .../authelia-scripts_docker_push-manifest.md | 1 - .../authelia-scripts_serve.md | 1 - .../authelia-scripts_suites.md | 1 - .../authelia-scripts_suites_list.md | 1 - .../authelia-scripts_suites_setup.md | 1 - .../authelia-scripts_suites_teardown.md | 1 - .../authelia-scripts_suites_test.md | 1 - .../authelia-scripts_unittest.md | 1 - .../authelia-scripts_xflags.md | 1 - .../en/reference/cli/authelia/authelia.md | 1 - .../cli/authelia/authelia_access-control.md | 1 - .../authelia_access-control_check-policy.md | 1 - .../cli/authelia/authelia_build-info.md | 1 - .../reference/cli/authelia/authelia_crypto.md | 1 - .../authelia/authelia_crypto_certificate.md | 1 - .../authelia_crypto_certificate_ecdsa.md | 1 - ...helia_crypto_certificate_ecdsa_generate.md | 1 - ...thelia_crypto_certificate_ecdsa_request.md | 1 - .../authelia_crypto_certificate_ed25519.md | 1 - ...lia_crypto_certificate_ed25519_generate.md | 1 - ...elia_crypto_certificate_ed25519_request.md | 1 - .../authelia_crypto_certificate_rsa.md | 1 - ...uthelia_crypto_certificate_rsa_generate.md | 1 - ...authelia_crypto_certificate_rsa_request.md | 1 - .../cli/authelia/authelia_crypto_pair.md | 1 - .../authelia/authelia_crypto_pair_ecdsa.md | 1 - .../authelia_crypto_pair_ecdsa_generate.md | 1 - .../authelia/authelia_crypto_pair_ed25519.md | 1 - .../authelia_crypto_pair_ed25519_generate.md | 1 - .../cli/authelia/authelia_crypto_pair_rsa.md | 1 - .../authelia_crypto_pair_rsa_generate.md | 1 - .../cli/authelia/authelia_hash-password.md | 1 - .../cli/authelia/authelia_storage.md | 1 - .../authelia/authelia_storage_encryption.md | 1 - .../authelia_storage_encryption_change-key.md | 1 - .../authelia_storage_encryption_check.md | 1 - .../cli/authelia/authelia_storage_migrate.md | 1 - .../authelia/authelia_storage_migrate_down.md | 1 - .../authelia_storage_migrate_history.md | 1 - .../authelia_storage_migrate_list-down.md | 1 - .../authelia_storage_migrate_list-up.md | 1 - .../authelia/authelia_storage_migrate_up.md | 1 - .../authelia/authelia_storage_schema-info.md | 1 - .../cli/authelia/authelia_storage_user.md | 1 - .../authelia_storage_user_identifiers.md | 1 - .../authelia_storage_user_identifiers_add.md | 1 - ...uthelia_storage_user_identifiers_export.md | 1 - ...helia_storage_user_identifiers_generate.md | 1 - ...uthelia_storage_user_identifiers_import.md | 1 - .../authelia/authelia_storage_user_totp.md | 1 - .../authelia_storage_user_totp_delete.md | 1 - .../authelia_storage_user_totp_export.md | 1 - .../authelia_storage_user_totp_generate.md | 1 - .../cli/authelia/authelia_validate-config.md | 1 - .../reference/guides/domain-sanitizaiton.md | 2 +- .../en/reference/guides/http-archive-file.md | 2 +- internal/commands/acl.go | 4 ++ internal/commands/build-info.go | 2 + internal/commands/crypto.go | 14 +++++++ internal/commands/hash.go | 2 + internal/commands/root.go | 2 + internal/commands/storage.go | 42 +++++++++++++++++++ internal/commands/validate.go | 2 + 99 files changed, 131 insertions(+), 74 deletions(-) diff --git a/cmd/authelia-gen/cmd_all.go b/cmd/authelia-gen/cmd_all.go index 79b207d69..aba00a5a3 100644 --- a/cmd/authelia-gen/cmd_all.go +++ b/cmd/authelia-gen/cmd_all.go @@ -9,6 +9,8 @@ func newAllCmd() *cobra.Command { Use: "all", Short: "Run all generators with default options", RunE: allRunE, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-gen/cmd_code.go b/cmd/authelia-gen/cmd_code.go index 244c9de7a..f0eea6b02 100644 --- a/cmd/authelia-gen/cmd_code.go +++ b/cmd/authelia-gen/cmd_code.go @@ -9,6 +9,8 @@ func newCodeCmd() *cobra.Command { Use: "code", Short: "Generate code", RunE: codeRunE, + + DisableAutoGenTag: true, } cmd.AddCommand(newCodeKeysCmd()) diff --git a/cmd/authelia-gen/cmd_code_keys.go b/cmd/authelia-gen/cmd_code_keys.go index 801a6a9fa..4599ae148 100644 --- a/cmd/authelia-gen/cmd_code_keys.go +++ b/cmd/authelia-gen/cmd_code_keys.go @@ -21,6 +21,8 @@ func newCodeKeysCmd() *cobra.Command { Use: "keys", Short: "Generate the list of valid configuration keys", RunE: codeKeysRunE, + + DisableAutoGenTag: true, } cmd.Flags().StringP("file", "f", "./internal/configuration/schema/keys.go", "Sets the path of the keys file") diff --git a/cmd/authelia-gen/cmd_docs.go b/cmd/authelia-gen/cmd_docs.go index 3384cdc89..8fa4b26b6 100644 --- a/cmd/authelia-gen/cmd_docs.go +++ b/cmd/authelia-gen/cmd_docs.go @@ -9,6 +9,8 @@ func newDocsCmd() *cobra.Command { Use: "docs", Short: "Generate docs", RunE: docsRunE, + + DisableAutoGenTag: true, } cmd.PersistentFlags().StringP("cwd", "C", "", "Sets the CWD for git commands") diff --git a/cmd/authelia-gen/cmd_docs_cli.go b/cmd/authelia-gen/cmd_docs_cli.go index 1af452b34..5e0c01bb7 100644 --- a/cmd/authelia-gen/cmd_docs_cli.go +++ b/cmd/authelia-gen/cmd_docs_cli.go @@ -19,6 +19,8 @@ func newDocsCLICmd() *cobra.Command { Use: "cli", Short: "Generate CLI docs", RunE: docsCLIRunE, + + DisableAutoGenTag: true, } cmd.Flags().StringP("directory", "d", "./docs/content/en/reference/cli", "The directory to store the markdown in") diff --git a/cmd/authelia-gen/cmd_docs_date.go b/cmd/authelia-gen/cmd_docs_date.go index f3e677544..7d9f83f85 100644 --- a/cmd/authelia-gen/cmd_docs_date.go +++ b/cmd/authelia-gen/cmd_docs_date.go @@ -20,6 +20,8 @@ func newDocsDateCmd() *cobra.Command { Use: "date", Short: "Generate doc dates", RunE: docsDateRunE, + + DisableAutoGenTag: true, } cmd.Flags().StringP("directory", "d", "./docs/content", "The directory to modify") diff --git a/cmd/authelia-gen/main.go b/cmd/authelia-gen/main.go index daf2e9b7d..15a8d4586 100644 --- a/cmd/authelia-gen/main.go +++ b/cmd/authelia-gen/main.go @@ -19,6 +19,8 @@ func newRootCmd() *cobra.Command { cmd := &cobra.Command{ Use: "authelia-gen", Short: "Authelia's generator tooling", + + DisableAutoGenTag: true, } cmd.AddCommand(newAllCmd(), newCodeCmd(), newDocsCmd()) diff --git a/cmd/authelia-scripts/cmd/bootstrap.go b/cmd/authelia-scripts/cmd/bootstrap.go index d0c397358..80a415a69 100644 --- a/cmd/authelia-scripts/cmd/bootstrap.go +++ b/cmd/authelia-scripts/cmd/bootstrap.go @@ -20,6 +20,8 @@ func newBootstrapCmd() (cmd *cobra.Command) { Example: cmdBootstrapExample, Args: cobra.NoArgs, Run: cmdBootstrapRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/build.go b/cmd/authelia-scripts/cmd/build.go index 06c2fbe8b..1949b2bdf 100644 --- a/cmd/authelia-scripts/cmd/build.go +++ b/cmd/authelia-scripts/cmd/build.go @@ -20,6 +20,8 @@ func newBuildCmd() (cmd *cobra.Command) { Example: cmdBuildExample, Args: cobra.NoArgs, Run: cmdBuildRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/ci.go b/cmd/authelia-scripts/cmd/ci.go index ab01f40ae..1b10bbfdc 100644 --- a/cmd/authelia-scripts/cmd/ci.go +++ b/cmd/authelia-scripts/cmd/ci.go @@ -15,6 +15,8 @@ func newCICmd() (cmd *cobra.Command) { Example: cmdCIExample, Args: cobra.NoArgs, Run: cmdCIRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/clean.go b/cmd/authelia-scripts/cmd/clean.go index 9a1a0cabd..31f2d392c 100644 --- a/cmd/authelia-scripts/cmd/clean.go +++ b/cmd/authelia-scripts/cmd/clean.go @@ -15,6 +15,8 @@ func newCleanCmd() (cmd *cobra.Command) { Example: cmdCleanExample, Args: cobra.NoArgs, Run: cmdCleanRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/docker.go b/cmd/authelia-scripts/cmd/docker.go index 7695fc2e8..d37b12285 100644 --- a/cmd/authelia-scripts/cmd/docker.go +++ b/cmd/authelia-scripts/cmd/docker.go @@ -31,6 +31,8 @@ func newDockerCmd() (cmd *cobra.Command) { Example: cmdDockerExample, Args: cobra.NoArgs, Run: cmdDockerBuildRun, + + DisableAutoGenTag: true, } cmd.AddCommand(newDockerBuildCmd(), newDockerPushManifestCmd()) @@ -46,6 +48,8 @@ func newDockerBuildCmd() (cmd *cobra.Command) { Example: cmdDockerBuildExample, Args: cobra.NoArgs, Run: cmdDockerBuildRun, + + DisableAutoGenTag: true, } cmd.PersistentFlags().StringVar(&container, "container", defaultContainer, "target container among: "+strings.Join(containers, ", ")) @@ -61,6 +65,8 @@ func newDockerPushManifestCmd() (cmd *cobra.Command) { Example: cmdDockerPushManifestExample, Args: cobra.NoArgs, Run: cmdDockerPushManifestRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/root.go b/cmd/authelia-scripts/cmd/root.go index 3d49a4136..702123399 100644 --- a/cmd/authelia-scripts/cmd/root.go +++ b/cmd/authelia-scripts/cmd/root.go @@ -12,6 +12,8 @@ func NewRootCmd() (cmd *cobra.Command) { Short: cmdRootShort, Long: cmdRootLong, Example: cmdRootExample, + + DisableAutoGenTag: true, } cmd.PersistentFlags().Bool("buildkite", false, "Set CI flag for Buildkite") diff --git a/cmd/authelia-scripts/cmd/serve.go b/cmd/authelia-scripts/cmd/serve.go index 249415447..2fe68bef9 100644 --- a/cmd/authelia-scripts/cmd/serve.go +++ b/cmd/authelia-scripts/cmd/serve.go @@ -15,6 +15,8 @@ func newServeCmd() (cmd *cobra.Command) { Example: cmdServeExample, Args: cobra.MinimumNArgs(1), Run: cmdServeRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/suites.go b/cmd/authelia-scripts/cmd/suites.go index cf1391dff..be903996d 100644 --- a/cmd/authelia-scripts/cmd/suites.go +++ b/cmd/authelia-scripts/cmd/suites.go @@ -31,6 +31,8 @@ func newSuitesCmd() (cmd *cobra.Command) { Example: cmdSuitesExample, Run: cmdSuitesListRun, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand(newSuitesListCmd(), newSuitesSetupCmd(), newSuitesTestCmd(), newSuitesTeardownCmd()) @@ -46,6 +48,8 @@ func newSuitesListCmd() (cmd *cobra.Command) { Example: cmdSuitesListExample, Run: cmdSuitesListRun, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } return cmd @@ -59,6 +63,8 @@ func newSuitesSetupCmd() (cmd *cobra.Command) { Example: cmdSuitesSetupExample, Run: cmdSuitesSetupRun, Args: cobra.MaximumNArgs(1), + + DisableAutoGenTag: true, } return cmd @@ -72,6 +78,8 @@ func newSuitesTeardownCmd() (cmd *cobra.Command) { Example: cmdSuitesTeardownExample, Run: cmdSuitesTeardownRun, Args: cobra.MaximumNArgs(1), + + DisableAutoGenTag: true, } return cmd @@ -85,6 +93,8 @@ func newSuitesTestCmd() (cmd *cobra.Command) { Example: cmdSuitesTestExample, Run: cmdSuitesTestRun, Args: cobra.MaximumNArgs(1), + + DisableAutoGenTag: true, } cmd.Flags().BoolVar(&failfast, "failfast", false, "Stops tests on first failure") diff --git a/cmd/authelia-scripts/cmd/unittest.go b/cmd/authelia-scripts/cmd/unittest.go index 8ac8b44bb..707f35a9f 100644 --- a/cmd/authelia-scripts/cmd/unittest.go +++ b/cmd/authelia-scripts/cmd/unittest.go @@ -17,6 +17,8 @@ func newUnitTestCmd() (cmd *cobra.Command) { Example: cmdUnitTestExample, Args: cobra.NoArgs, Run: cmdUnitTestRun, + + DisableAutoGenTag: true, } return cmd diff --git a/cmd/authelia-scripts/cmd/xflags.go b/cmd/authelia-scripts/cmd/xflags.go index 0366e838d..a2876211f 100644 --- a/cmd/authelia-scripts/cmd/xflags.go +++ b/cmd/authelia-scripts/cmd/xflags.go @@ -16,6 +16,8 @@ func newXFlagsCmd() (cmd *cobra.Command) { Example: cmdXFlagsExample, Args: cobra.NoArgs, Run: cmdXFlagsRun, + + DisableAutoGenTag: true, } cmd.Flags().StringP("build", "b", "0", "Sets the BuildNumber flag value") diff --git a/cmd/authelia-suites/main.go b/cmd/authelia-suites/main.go index 55934f50e..578f84d1b 100644 --- a/cmd/authelia-suites/main.go +++ b/cmd/authelia-suites/main.go @@ -26,30 +26,40 @@ func init() { func main() { rootCmd := &cobra.Command{ Use: "authelia-suites", + + DisableAutoGenTag: true, } startCmd := &cobra.Command{ Use: "setup [suite]", Short: "Setup the suite environment", Run: setupSuite, + + DisableAutoGenTag: true, } setupTimeoutCmd := &cobra.Command{ Use: "timeout [suite]", Short: "Run the OnSetupTimeout callback when setup times out", Run: setupTimeoutSuite, + + DisableAutoGenTag: true, } errorCmd := &cobra.Command{ Use: "error [suite]", Short: "Run the OnError callback when some tests fail", Run: runErrorCallback, + + DisableAutoGenTag: true, } stopCmd := &cobra.Command{ Use: "teardown [suite]", Short: "Teardown the suite environment", Run: teardownSuite, + + DisableAutoGenTag: true, } rootCmd.AddCommand(startCmd) diff --git a/docs/content/en/integration/openid-connect/apache-guacamole/index.md b/docs/content/en/integration/openid-connect/apache-guacamole/index.md index ebbe51752..26bd069d0 100644 --- a/docs/content/en/integration/openid-connect/apache-guacamole/index.md +++ b/docs/content/en/integration/openid-connect/apache-guacamole/index.md @@ -2,7 +2,7 @@ title: "Apache Guacamole" description: "Integrating Apache Guacamole with the Authelia OpenID Connect Provider." lead: "" -date: 2022-07-13T03:42:47+10:00 +date: 2022-07-31T13:09:05+10:00 draft: false images: [] menu: diff --git a/docs/content/en/integration/openid-connect/argocd/index.md b/docs/content/en/integration/openid-connect/argocd/index.md index 75f7cdc34..64a3b7bc2 100644 --- a/docs/content/en/integration/openid-connect/argocd/index.md +++ b/docs/content/en/integration/openid-connect/argocd/index.md @@ -2,7 +2,7 @@ title: "Argo CD" description: "Integrating Argo CD with the Authelia OpenID Connect Provider." lead: "" -date: 2022-07-13T03:42:47+10:00 +date: 2022-07-13T04:27:30+10:00 draft: false images: [] menu: diff --git a/docs/content/en/integration/openid-connect/komga/index.md b/docs/content/en/integration/openid-connect/komga/index.md index 53820a63e..1e9ff3911 100644 --- a/docs/content/en/integration/openid-connect/komga/index.md +++ b/docs/content/en/integration/openid-connect/komga/index.md @@ -2,7 +2,7 @@ title: "Komga" description: "Integrating Komga with the Authelia OpenID Connect Provider." lead: "" -date: 2022-06-15T17:51:47+10:00 +date: 2022-08-26T11:39:00+10:00 draft: false images: [] menu: diff --git a/docs/content/en/integration/openid-connect/outline/index.md b/docs/content/en/integration/openid-connect/outline/index.md index 1206814a5..be37bde99 100644 --- a/docs/content/en/integration/openid-connect/outline/index.md +++ b/docs/content/en/integration/openid-connect/outline/index.md @@ -2,7 +2,7 @@ title: "Outline" description: "Integrating Outline with the Authelia OpenID Connect Provider." lead: "" -date: 2022-06-15T17:51:47+10:00 +date: 2022-08-12T09:11:42+10:00 draft: false images: [] menu: diff --git a/docs/content/en/integration/trusted-header-sso/seafile/index.md b/docs/content/en/integration/trusted-header-sso/seafile/index.md index acd0b3b51..bf0d7e4b9 100644 --- a/docs/content/en/integration/trusted-header-sso/seafile/index.md +++ b/docs/content/en/integration/trusted-header-sso/seafile/index.md @@ -2,7 +2,7 @@ title: "Seafile" description: "Trusted Header SSO Integration for Seafile" lead: "" -date: 2022-06-15T17:51:47+10:00 +date: 2022-08-26T11:34:56+10:00 draft: false images: [] menu: diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen.md index 69eab9aad..f9194a274 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen.md @@ -28,4 +28,3 @@ Authelia's generator tooling * [authelia-gen code](authelia-gen_code.md) - Generate code * [authelia-gen docs](authelia-gen_docs.md) - Generate docs -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_all.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_all.md index 82101c373..b1c144577 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_all.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_all.md @@ -30,4 +30,3 @@ authelia-gen all [flags] * [authelia-gen](authelia-gen.md) - Authelia's generator tooling -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md index 7445e9f8c..166e8fe64 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md @@ -31,4 +31,3 @@ authelia-gen code [flags] * [authelia-gen](authelia-gen.md) - Authelia's generator tooling * [authelia-gen code keys](authelia-gen_code_keys.md) - Generate the list of valid configuration keys -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md index 725ac1cae..da85af909 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md @@ -32,4 +32,3 @@ authelia-gen code keys [flags] * [authelia-gen code](authelia-gen_code.md) - Generate code -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md index 04a621f04..015fc5362 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md @@ -33,4 +33,3 @@ authelia-gen docs [flags] * [authelia-gen docs cli](authelia-gen_docs_cli.md) - Generate CLI docs * [authelia-gen docs date](authelia-gen_docs_date.md) - Generate doc dates -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md index debd4e60e..936d7b7d7 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md @@ -37,4 +37,3 @@ authelia-gen docs cli [flags] * [authelia-gen docs](authelia-gen_docs.md) - Generate docs -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts.md index 4ed27faa2..8625d1574 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts.md @@ -49,4 +49,3 @@ authelia-scripts help * [authelia-scripts unittest](authelia-scripts_unittest.md) - Run unit tests * [authelia-scripts xflags](authelia-scripts_xflags.md) - Generate X LDFlags for building Authelia -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_bootstrap.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_bootstrap.md index f765e1a7c..9b80e6306 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_bootstrap.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_bootstrap.md @@ -47,4 +47,3 @@ authelia-scripts bootstrap * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md index 506090bd9..61ef1696f 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_build.md @@ -47,4 +47,3 @@ authelia-scripts build * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_ci.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_ci.md index 175b321b7..df9bc2d81 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_ci.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_ci.md @@ -47,4 +47,3 @@ authelia-scripts ci * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_clean.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_clean.md index 43c975615..5c3bf927f 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_clean.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_clean.md @@ -47,4 +47,3 @@ authelia-scripts clean * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker.md index 3f48251c4..4fc6b42c6 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker.md @@ -49,4 +49,3 @@ authelia-scripts docker * [authelia-scripts docker build](authelia-scripts_docker_build.md) - Build the docker image of Authelia * [authelia-scripts docker push-manifest](authelia-scripts_docker_push-manifest.md) - Push Authelia docker manifest to the Docker registries -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_build.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_build.md index f60f066a8..e145f638e 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_build.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_build.md @@ -48,4 +48,3 @@ authelia-scripts docker build * [authelia-scripts docker](authelia-scripts_docker.md) - Commands related to building and publishing docker image -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_push-manifest.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_push-manifest.md index 64a576b24..ee6548fde 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_push-manifest.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_docker_push-manifest.md @@ -47,4 +47,3 @@ authelia-scripts docker push-manifest * [authelia-scripts docker](authelia-scripts_docker.md) - Commands related to building and publishing docker image -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_serve.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_serve.md index b39dd3950..11348575b 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_serve.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_serve.md @@ -47,4 +47,3 @@ authelia-scripts serve test.yml * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites.md index c4ef49385..3954efddd 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites.md @@ -51,4 +51,3 @@ authelia-scripts suites * [authelia-scripts suites teardown](authelia-scripts_suites_teardown.md) - Teardown a test suite environment * [authelia-scripts suites test](authelia-scripts_suites_test.md) - Run a test suite -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_list.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_list.md index 0dc98d8c3..e31be2d1e 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_list.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_list.md @@ -49,4 +49,3 @@ authelia-scripts suites list * [authelia-scripts suites](authelia-scripts_suites.md) - Commands related to suites management -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_setup.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_setup.md index 3fa26216c..b4b3be036 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_setup.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_setup.md @@ -49,4 +49,3 @@ authelia-scripts suites setup Standalone * [authelia-scripts suites](authelia-scripts_suites.md) - Commands related to suites management -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_teardown.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_teardown.md index 8e1c72131..e58fe9693 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_teardown.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_teardown.md @@ -49,4 +49,3 @@ authelia-scripts suites setup Standalone * [authelia-scripts suites](authelia-scripts_suites.md) - Commands related to suites management -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_test.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_test.md index fdcbd6f36..df61fb72d 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_test.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_suites_test.md @@ -52,4 +52,3 @@ authelia-scripts suites test Standalone * [authelia-scripts suites](authelia-scripts_suites.md) - Commands related to suites management -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_unittest.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_unittest.md index a0a99bcd6..5b4481612 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_unittest.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_unittest.md @@ -47,4 +47,3 @@ authelia-scripts unittest * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_xflags.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_xflags.md index ef16df7ae..78f798537 100644 --- a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_xflags.md +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_xflags.md @@ -49,4 +49,3 @@ authelia-scripts xflags * [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process. -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia.md b/docs/content/en/reference/cli/authelia/authelia.md index d9f727d8f..40b955dc2 100644 --- a/docs/content/en/reference/cli/authelia/authelia.md +++ b/docs/content/en/reference/cli/authelia/authelia.md @@ -54,4 +54,3 @@ authelia --config /etc/authelia/config/ * [authelia storage](authelia_storage.md) - Manage the Authelia storage * [authelia validate-config](authelia_validate-config.md) - Check a configuration against the internal configuration validation mechanisms -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_access-control.md b/docs/content/en/reference/cli/authelia/authelia_access-control.md index 8a642248a..7c6e04414 100644 --- a/docs/content/en/reference/cli/authelia/authelia_access-control.md +++ b/docs/content/en/reference/cli/authelia/authelia_access-control.md @@ -37,4 +37,3 @@ authelia access-control --help * [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown) * [authelia access-control check-policy](authelia_access-control_check-policy.md) - Checks a request against the access control rules to determine what policy would be applied -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_access-control_check-policy.md b/docs/content/en/reference/cli/authelia/authelia_access-control_check-policy.md index 622134ab3..de6f13b37 100644 --- a/docs/content/en/reference/cli/authelia/authelia_access-control_check-policy.md +++ b/docs/content/en/reference/cli/authelia/authelia_access-control_check-policy.md @@ -67,4 +67,3 @@ authelia access-control check-policy --config config.yml --url https://example.c * [authelia access-control](authelia_access-control.md) - Helpers for the access control system -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_build-info.md b/docs/content/en/reference/cli/authelia/authelia_build-info.md index 9af596177..3a541a4d8 100644 --- a/docs/content/en/reference/cli/authelia/authelia_build-info.md +++ b/docs/content/en/reference/cli/authelia/authelia_build-info.md @@ -49,4 +49,3 @@ authelia build-info * [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown) -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto.md b/docs/content/en/reference/cli/authelia/authelia_crypto.md index 9f95f2c9a..8ce6ba2b0 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto.md @@ -40,4 +40,3 @@ authelia crypto --help * [authelia crypto certificate](authelia_crypto_certificate.md) - Perform certificate cryptographic operations * [authelia crypto pair](authelia_crypto_pair.md) - Perform key pair cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate.md index 2d82e9a16..9d494ac7e 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate.md @@ -41,4 +41,3 @@ authelia crypto certificate --help * [authelia crypto certificate ed25519](authelia_crypto_certificate_ed25519.md) - Perform Ed25519 certificate cryptographic operations * [authelia crypto certificate rsa](authelia_crypto_certificate_rsa.md) - Perform RSA certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa.md index 8c2b72f91..2d4c43e75 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa.md @@ -40,4 +40,3 @@ authelia crypto certificate ecdsa --help * [authelia crypto certificate ecdsa generate](authelia_crypto_certificate_ecdsa_generate.md) - Generate an ECDSA private key and certificate * [authelia crypto certificate ecdsa request](authelia_crypto_certificate_ecdsa_request.md) - Generate an ECDSA private key and certificate signing request -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_generate.md index 4752213d9..562ffff84 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_generate.md @@ -63,4 +63,3 @@ authelia crypto certificate ecdsa generate --help * [authelia crypto certificate ecdsa](authelia_crypto_certificate_ecdsa.md) - Perform ECDSA certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_request.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_request.md index f476c72fb..406cfc999 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_request.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ecdsa_request.md @@ -58,4 +58,3 @@ authelia crypto certificate ecdsa request --help * [authelia crypto certificate ecdsa](authelia_crypto_certificate_ecdsa.md) - Perform ECDSA certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519.md index bf16b2860..2172bf131 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519.md @@ -40,4 +40,3 @@ authelia crypto certificate ed25519 --help * [authelia crypto certificate ed25519 generate](authelia_crypto_certificate_ed25519_generate.md) - Generate an Ed25519 private key and certificate * [authelia crypto certificate ed25519 request](authelia_crypto_certificate_ed25519_request.md) - Generate an Ed25519 private key and certificate signing request -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_generate.md index 73c597b0b..da4812cd5 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_generate.md @@ -62,4 +62,3 @@ authelia crypto certificate ed25519 request --help * [authelia crypto certificate ed25519](authelia_crypto_certificate_ed25519.md) - Perform Ed25519 certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_request.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_request.md index d46eae4f8..a9a5cd8f7 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_request.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_ed25519_request.md @@ -57,4 +57,3 @@ authelia crypto certificate ed25519 request --help * [authelia crypto certificate ed25519](authelia_crypto_certificate_ed25519.md) - Perform Ed25519 certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa.md index 681d197b1..164e63fe9 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa.md @@ -40,4 +40,3 @@ authelia crypto certificate rsa --help * [authelia crypto certificate rsa generate](authelia_crypto_certificate_rsa_generate.md) - Generate an RSA private key and certificate * [authelia crypto certificate rsa request](authelia_crypto_certificate_rsa_request.md) - Generate an RSA private key and certificate signing request -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_generate.md index 0f2e1ee85..3c96098e5 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_generate.md @@ -63,4 +63,3 @@ authelia crypto certificate rsa generate --help * [authelia crypto certificate rsa](authelia_crypto_certificate_rsa.md) - Perform RSA certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_request.md b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_request.md index d1a736437..eb041be96 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_request.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_certificate_rsa_request.md @@ -58,4 +58,3 @@ authelia crypto certificate rsa request --help * [authelia crypto certificate rsa](authelia_crypto_certificate_rsa.md) - Perform RSA certificate cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair.md index 1f5f23394..5f06969e5 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair.md @@ -41,4 +41,3 @@ authelia crypto pair --help * [authelia crypto pair ed25519](authelia_crypto_pair_ed25519.md) - Perform Ed25519 key pair cryptographic operations * [authelia crypto pair rsa](authelia_crypto_pair_rsa.md) - Perform RSA key pair cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa.md index cac628798..cc707f83e 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa.md @@ -43,4 +43,3 @@ authelia crypto pair ecdsa --help * [authelia crypto pair](authelia_crypto_pair.md) - Perform key pair cryptographic operations * [authelia crypto pair ecdsa generate](authelia_crypto_pair_ecdsa_generate.md) - Generate a cryptographic ECDSA key pair -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa_generate.md index 64a5d2703..780e96cee 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ecdsa_generate.md @@ -47,4 +47,3 @@ authelia crypto pair ecdsa generate --help * [authelia crypto pair ecdsa](authelia_crypto_pair_ecdsa.md) - Perform ECDSA key pair cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519.md index 244397f54..9f2dbc92a 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519.md @@ -43,4 +43,3 @@ authelia crypto pair ed25519 --help * [authelia crypto pair](authelia_crypto_pair.md) - Perform key pair cryptographic operations * [authelia crypto pair ed25519 generate](authelia_crypto_pair_ed25519_generate.md) - Generate a cryptographic Ed25519 key pair -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519_generate.md index 3438e3cfe..416db58d8 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_ed25519_generate.md @@ -46,4 +46,3 @@ authelia crypto pair ed25519 generate --help * [authelia crypto pair ed25519](authelia_crypto_pair_ed25519.md) - Perform Ed25519 key pair cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa.md index 0397e8fea..e7e1e3d3c 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa.md @@ -43,4 +43,3 @@ authelia crypto pair rsa --help * [authelia crypto pair](authelia_crypto_pair.md) - Perform key pair cryptographic operations * [authelia crypto pair rsa generate](authelia_crypto_pair_rsa_generate.md) - Generate a cryptographic RSA key pair -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa_generate.md b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa_generate.md index 627b8437d..412b8105b 100644 --- a/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_crypto_pair_rsa_generate.md @@ -47,4 +47,3 @@ authelia crypto pair rsa generate --help * [authelia crypto pair rsa](authelia_crypto_pair_rsa.md) - Perform RSA key pair cryptographic operations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_hash-password.md b/docs/content/en/reference/cli/authelia/authelia_hash-password.md index 9c49414e1..e0fc9c883 100644 --- a/docs/content/en/reference/cli/authelia/authelia_hash-password.md +++ b/docs/content/en/reference/cli/authelia/authelia_hash-password.md @@ -53,4 +53,3 @@ authelia hash-password --key-length=64 -- 'mypass' * [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown) -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage.md b/docs/content/en/reference/cli/authelia/authelia_storage.md index b2fabe4cb..8bb0a21c9 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage.md @@ -62,4 +62,3 @@ authelia storage --help * [authelia storage schema-info](authelia_storage_schema-info.md) - Show the storage information * [authelia storage user](authelia_storage_user.md) - Manages user settings -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_encryption.md b/docs/content/en/reference/cli/authelia/authelia_storage_encryption.md index 8555e7295..fc6681273 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_encryption.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_encryption.md @@ -63,4 +63,3 @@ authelia storage encryption --help * [authelia storage encryption change-key](authelia_storage_encryption_change-key.md) - Changes the encryption key * [authelia storage encryption check](authelia_storage_encryption_check.md) - Checks the encryption key against the database data -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_encryption_change-key.md b/docs/content/en/reference/cli/authelia/authelia_storage_encryption_change-key.md index 0a7f6b3d2..b91e2de16 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_encryption_change-key.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_encryption_change-key.md @@ -67,4 +67,3 @@ authelia storage encryption change-key --encryption-key b3453fde-ecc2-4a1f-9422- * [authelia storage encryption](authelia_storage_encryption.md) - Manage storage encryption -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_encryption_check.md b/docs/content/en/reference/cli/authelia/authelia_storage_encryption_check.md index 2660c35a7..7821f5cf5 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_encryption_check.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_encryption_check.md @@ -69,4 +69,3 @@ authelia storage encryption check --verbose --encryption-key b3453fde-ecc2-4a1f- * [authelia storage encryption](authelia_storage_encryption.md) - Manage storage encryption -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate.md index 1819eacc5..0d3a85b0b 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate.md @@ -66,4 +66,3 @@ authelia storage migrate --help * [authelia storage migrate list-up](authelia_storage_migrate_list-up.md) - List the up migrations available * [authelia storage migrate up](authelia_storage_migrate_up.md) - Perform a migration up -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_down.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_down.md index bc1997334..09b024f88 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_down.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_down.md @@ -71,4 +71,3 @@ authelia storage migrate down --target 20 --encryption-key b3453fde-ecc2-4a1f-94 * [authelia storage migrate](authelia_storage_migrate.md) - Perform or list migrations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_history.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_history.md index 557ecccf7..ad5c488f5 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_history.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_history.md @@ -67,4 +67,3 @@ authelia storage migrate history --encryption-key b3453fde-ecc2-4a1f-9422-2707dd * [authelia storage migrate](authelia_storage_migrate.md) - Perform or list migrations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-down.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-down.md index 817d0c4f0..b235e910a 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-down.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-down.md @@ -68,4 +68,3 @@ authelia storage migrate list-down --encryption-key b3453fde-ecc2-4a1f-9422-2707 * [authelia storage migrate](authelia_storage_migrate.md) - Perform or list migrations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-up.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-up.md index e1774f473..ab6fa538a 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-up.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_list-up.md @@ -68,4 +68,3 @@ authelia storage migrate list-up --encryption-key b3453fde-ecc2-4a1f-9422-2707dd * [authelia storage migrate](authelia_storage_migrate.md) - Perform or list migrations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_up.md b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_up.md index 59a86b318..a4e8c55f2 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_migrate_up.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_migrate_up.md @@ -70,4 +70,3 @@ authelia storage migrate up --encryption-key b3453fde-ecc2-4a1f-9422-2707ddbed49 * [authelia storage migrate](authelia_storage_migrate.md) - Perform or list migrations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_schema-info.md b/docs/content/en/reference/cli/authelia/authelia_storage_schema-info.md index 33d7b3b93..bb655ab99 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_schema-info.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_schema-info.md @@ -67,4 +67,3 @@ authelia storage schema-info --encryption-key b3453fde-ecc2-4a1f-9422-2707ddbed4 * [authelia storage](authelia_storage.md) - Manage the Authelia storage -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user.md b/docs/content/en/reference/cli/authelia/authelia_storage_user.md index 386005e61..14561dddb 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user.md @@ -63,4 +63,3 @@ authelia storage user --help * [authelia storage user identifiers](authelia_storage_user_identifiers.md) - Manage user opaque identifiers * [authelia storage user totp](authelia_storage_user_totp.md) - Manage TOTP configurations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers.md index 5bbf11a4d..4ecb61538 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers.md @@ -65,4 +65,3 @@ authelia storage user identifiers --help * [authelia storage user identifiers generate](authelia_storage_user_identifiers_generate.md) - Generate opaque identifiers in bulk * [authelia storage user identifiers import](authelia_storage_user_identifiers_import.md) - Import the identifiers from a YAML file -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_add.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_add.md index dcb8879d6..9c2220ced 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_add.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_add.md @@ -70,4 +70,3 @@ authelia storage user identifiers add john --identifier f0919359-9d15-4e15-bcba- * [authelia storage user identifiers](authelia_storage_user_identifiers.md) - Manage user opaque identifiers -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_export.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_export.md index 64e03a02e..329bcb5b6 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_export.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_export.md @@ -69,4 +69,3 @@ authelia storage user identifiers export --file export.yaml --encryption-key b34 * [authelia storage user identifiers](authelia_storage_user_identifiers.md) - Manage user opaque identifiers -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_generate.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_generate.md index fb08f0b49..63095adfd 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_generate.md @@ -72,4 +72,3 @@ authelia storage user identifiers generate --users john,mary --services openid - * [authelia storage user identifiers](authelia_storage_user_identifiers.md) - Manage user opaque identifiers -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_import.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_import.md index 3fbcb27fc..4fc0aaca0 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_import.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_identifiers_import.md @@ -72,4 +72,3 @@ authelia storage user identifiers import --file export.yaml --encryption-key b34 * [authelia storage user identifiers](authelia_storage_user_identifiers.md) - Manage user opaque identifiers -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp.md index af8669116..d61a3e1be 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp.md @@ -64,4 +64,3 @@ authelia storage user totp --help * [authelia storage user totp export](authelia_storage_user_totp_export.md) - Perform exports of the TOTP configurations * [authelia storage user totp generate](authelia_storage_user_totp_generate.md) - Generate a TOTP configuration for a user -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_delete.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_delete.md index 3c4397c96..8a245fa30 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_delete.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_delete.md @@ -67,4 +67,3 @@ authelia storage user totp delete john --encryption-key b3453fde-ecc2-4a1f-9422- * [authelia storage user totp](authelia_storage_user_totp.md) - Manage TOTP configurations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_export.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_export.md index 49ba40fce..0473db9f1 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_export.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_export.md @@ -70,4 +70,3 @@ authelia storage user totp export --format png --dir ./totp-qr --encryption-key * [authelia storage user totp](authelia_storage_user_totp.md) - Manage TOTP configurations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_generate.md b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_generate.md index f925807fc..e87a2e354 100644 --- a/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_generate.md +++ b/docs/content/en/reference/cli/authelia/authelia_storage_user_totp_generate.md @@ -79,4 +79,3 @@ authelia storage user totp generate john --algorithm SHA512 --config config.yml * [authelia storage user totp](authelia_storage_user_totp.md) - Manage TOTP configurations -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/cli/authelia/authelia_validate-config.md b/docs/content/en/reference/cli/authelia/authelia_validate-config.md index b90febcce..d3fda50a6 100644 --- a/docs/content/en/reference/cli/authelia/authelia_validate-config.md +++ b/docs/content/en/reference/cli/authelia/authelia_validate-config.md @@ -45,4 +45,3 @@ authelia validate-config --config config.yml * [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown) -###### Auto generated by spf13/cobra on 27-Jun-2022 diff --git a/docs/content/en/reference/guides/domain-sanitizaiton.md b/docs/content/en/reference/guides/domain-sanitizaiton.md index 643fc9a14..950e751b6 100644 --- a/docs/content/en/reference/guides/domain-sanitizaiton.md +++ b/docs/content/en/reference/guides/domain-sanitizaiton.md @@ -2,7 +2,7 @@ title: "Domain Sanitization" description: "This guide describes and helps users sanitize provided files to hide their domain" lead: "This guide describes and helps users sanitize provided files to hide their domain." -date: 2022-06-20T10:05:55+10:00 +date: 2022-08-26T13:50:51+10:00 draft: false images: [] menu: diff --git a/docs/content/en/reference/guides/http-archive-file.md b/docs/content/en/reference/guides/http-archive-file.md index 138c66d57..735676b34 100644 --- a/docs/content/en/reference/guides/http-archive-file.md +++ b/docs/content/en/reference/guides/http-archive-file.md @@ -2,7 +2,7 @@ title: "HTTP Archive Files" description: "This guide describes and helps users create HTTP Archive (HAR) files" lead: "This guide describes and helps users create HTTP Archive (HAR) files." -date: 2022-06-20T10:05:55+10:00 +date: 2022-08-26T13:50:51+10:00 draft: false images: [] menu: diff --git a/internal/commands/acl.go b/internal/commands/acl.go index 182c8c026..05ef8c75e 100644 --- a/internal/commands/acl.go +++ b/internal/commands/acl.go @@ -21,6 +21,8 @@ func newAccessControlCommand() (cmd *cobra.Command) { Short: cmdAutheliaAccessControlShort, Long: cmdAutheliaAccessControlLong, Example: cmdAutheliaAccessControlExample, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -37,6 +39,8 @@ func newAccessControlCheckCommand() (cmd *cobra.Command) { Long: cmdAutheliaAccessControlCheckPolicyLong, Example: cmdAutheliaAccessControlCheckPolicyExample, RunE: accessControlCheckRunE, + + DisableAutoGenTag: true, } cmdWithConfigFlags(cmd, false, []string{"configuration.yml"}) diff --git a/internal/commands/build-info.go b/internal/commands/build-info.go index 7933d8e11..ce307b684 100644 --- a/internal/commands/build-info.go +++ b/internal/commands/build-info.go @@ -17,6 +17,8 @@ func newBuildInfoCmd() (cmd *cobra.Command) { Example: cmdAutheliaBuildInfoExample, RunE: cmdBuildInfoRunE, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } return cmd diff --git a/internal/commands/crypto.go b/internal/commands/crypto.go index 0035a3d23..63a331e5e 100644 --- a/internal/commands/crypto.go +++ b/internal/commands/crypto.go @@ -22,6 +22,8 @@ func newCryptoCmd() (cmd *cobra.Command) { Long: cmdAutheliaCryptoLong, Example: cmdAutheliaCryptoExample, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -39,6 +41,8 @@ func newCryptoCertificateCmd() (cmd *cobra.Command) { Long: cmdAutheliaCryptoCertificateLong, Example: cmdAutheliaCryptoCertificateExample, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -72,6 +76,8 @@ func newCryptoCertificateSubCmd(use string) (cmd *cobra.Command) { Long: fmt.Sprintf(fmtCmdAutheliaCryptoCertificateSubLong, useFmt, useFmt), Example: example, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand(newCryptoGenerateCmd(cmdUseCertificate, use), newCryptoCertificateRequestCmd(use)) @@ -84,6 +90,8 @@ func newCryptoCertificateRequestCmd(algorithm string) (cmd *cobra.Command) { Use: cmdUseRequest, Args: cobra.NoArgs, RunE: cryptoCertificateRequestRunE, + + DisableAutoGenTag: true, } cmdFlagsCryptoPrivateKey(cmd) @@ -120,6 +128,8 @@ func newCryptoPairCmd() (cmd *cobra.Command) { Long: cmdAutheliaCryptoPairLong, Example: cmdAutheliaCryptoPairExample, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -154,6 +164,8 @@ func newCryptoPairSubCmd(use string) (cmd *cobra.Command) { Example: example, Args: cobra.NoArgs, RunE: cryptoGenerateRunE, + + DisableAutoGenTag: true, } cmd.AddCommand(newCryptoGenerateCmd(cmdUsePair, use)) @@ -166,6 +178,8 @@ func newCryptoGenerateCmd(category, algorithm string) (cmd *cobra.Command) { Use: cmdUseGenerate, Args: cobra.NoArgs, RunE: cryptoGenerateRunE, + + DisableAutoGenTag: true, } cmdFlagsCryptoPrivateKey(cmd) diff --git a/internal/commands/hash.go b/internal/commands/hash.go index dae64d766..33608c67f 100644 --- a/internal/commands/hash.go +++ b/internal/commands/hash.go @@ -20,6 +20,8 @@ func newHashPasswordCmd() (cmd *cobra.Command) { Example: cmdAutheliaHashPasswordExample, Args: cobra.MinimumNArgs(1), RunE: cmdHashPasswordRunE, + + DisableAutoGenTag: true, } cmd.Flags().BoolP("sha512", "z", false, fmt.Sprintf("use sha512 as the algorithm (changes iterations to %d, change with -i)", schema.DefaultPasswordSHA512Configuration.Iterations)) diff --git a/internal/commands/root.go b/internal/commands/root.go index f23dae3d3..45a262cb5 100644 --- a/internal/commands/root.go +++ b/internal/commands/root.go @@ -35,6 +35,8 @@ func NewRootCmd() (cmd *cobra.Command) { Args: cobra.NoArgs, PreRun: newCmdWithConfigPreRun(true, true, true), Run: cmdRootRun, + + DisableAutoGenTag: true, } cmdWithConfigFlags(cmd, false, []string{}) diff --git a/internal/commands/storage.go b/internal/commands/storage.go index 2024f3bd3..adfd1c28c 100644 --- a/internal/commands/storage.go +++ b/internal/commands/storage.go @@ -17,6 +17,8 @@ func newStorageCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageExample, Args: cobra.NoArgs, PersistentPreRunE: storagePersistentPreRunE, + + DisableAutoGenTag: true, } cmdWithConfigFlags(cmd, true, []string{"configuration.yml"}) @@ -58,6 +60,8 @@ func newStorageEncryptionCmd() (cmd *cobra.Command) { Short: cmdAutheliaStorageEncryptionShort, Long: cmdAutheliaStorageEncryptionLong, Example: cmdAutheliaStorageEncryptionExample, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -75,6 +79,8 @@ func newStorageEncryptionCheckCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageEncryptionCheckLong, Example: cmdAutheliaStorageEncryptionCheckExample, RunE: storageSchemaEncryptionCheckRunE, + + DisableAutoGenTag: true, } cmd.Flags().Bool("verbose", false, "enables verbose checking of every row of encrypted data") @@ -89,6 +95,8 @@ func newStorageEncryptionChangeKeyCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageEncryptionChangeKeyLong, Example: cmdAutheliaStorageEncryptionChangeKeyExample, RunE: storageSchemaEncryptionChangeKeyRunE, + + DisableAutoGenTag: true, } cmd.Flags().String("new-encryption-key", "", "the new key to encrypt the data with") @@ -102,6 +110,8 @@ func newStorageUserCmd() (cmd *cobra.Command) { Short: cmdAutheliaStorageUserShort, Long: cmdAutheliaStorageUserLong, Example: cmdAutheliaStorageUserExample, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -118,6 +128,8 @@ func newStorageUserIdentifiersCmd() (cmd *cobra.Command) { Short: cmdAutheliaStorageUserIdentifiersShort, Long: cmdAutheliaStorageUserIdentifiersLong, Example: cmdAutheliaStorageUserIdentifiersExample, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -137,6 +149,8 @@ func newStorageUserIdentifiersExportCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageUserIdentifiersExportLong, Example: cmdAutheliaStorageUserIdentifiersExportExample, RunE: storageUserIdentifiersExport, + + DisableAutoGenTag: true, } cmd.Flags().StringP("file", "f", "user-opaque-identifiers.yml", "The file name for the YAML export") @@ -151,6 +165,8 @@ func newStorageUserIdentifiersImportCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageUserIdentifiersImportLong, Example: cmdAutheliaStorageUserIdentifiersImportExample, RunE: storageUserIdentifiersImport, + + DisableAutoGenTag: true, } cmd.Flags().StringP("file", "f", "user-opaque-identifiers.yml", "The file name for the YAML import") @@ -165,6 +181,8 @@ func newStorageUserIdentifiersGenerateCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageUserIdentifiersGenerateLong, Example: cmdAutheliaStorageUserIdentifiersGenerateExample, RunE: storageUserIdentifiersGenerate, + + DisableAutoGenTag: true, } cmd.Flags().StringSlice("users", nil, "The list of users to generate the opaque identifiers for") @@ -182,6 +200,8 @@ func newStorageUserIdentifiersAddCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageUserIdentifiersAddExample, Args: cobra.ExactArgs(1), RunE: storageUserIdentifiersAdd, + + DisableAutoGenTag: true, } cmd.Flags().String("identifier", "", "The optional version 4 UUID to use, if not set a random one will be used") @@ -197,6 +217,8 @@ func newStorageUserTOTPCmd() (cmd *cobra.Command) { Short: cmdAutheliaStorageUserTOTPShort, Long: cmdAutheliaStorageUserTOTPLong, Example: cmdAutheliaStorageUserTOTPExample, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -216,6 +238,8 @@ func newStorageUserTOTPGenerateCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageUserTOTPGenerateExample, RunE: storageTOTPGenerateRunE, Args: cobra.ExactArgs(1), + + DisableAutoGenTag: true, } cmd.Flags().String("secret", "", "Optionally set the TOTP shared secret as base32 encoded bytes (no padding), it's recommended to not set this option unless you're restoring an TOTP config") @@ -238,6 +262,8 @@ func newStorageUserTOTPDeleteCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageUserTOTPDeleteExample, RunE: storageTOTPDeleteRunE, Args: cobra.ExactArgs(1), + + DisableAutoGenTag: true, } return cmd @@ -250,6 +276,8 @@ func newStorageUserTOTPExportCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageUserTOTPExportLong, Example: cmdAutheliaStorageUserTOTPExportExample, RunE: storageTOTPExportRunE, + + DisableAutoGenTag: true, } cmd.Flags().String("format", storageTOTPExportFormatURI, fmt.Sprintf("sets the output format, valid values are: %s", strings.Join(validStorageTOTPExportFormats, ", "))) @@ -265,6 +293,8 @@ func newStorageSchemaInfoCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageSchemaInfoLong, Example: cmdAutheliaStorageSchemaInfoExample, RunE: storageSchemaInfoRunE, + + DisableAutoGenTag: true, } return cmd @@ -278,6 +308,8 @@ func newStorageMigrateCmd() (cmd *cobra.Command) { Long: cmdAutheliaStorageMigrateLong, Example: cmdAutheliaStorageMigrateExample, Args: cobra.NoArgs, + + DisableAutoGenTag: true, } cmd.AddCommand( @@ -297,6 +329,8 @@ func newStorageMigrateHistoryCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageMigrateHistoryExample, Args: cobra.NoArgs, RunE: storageMigrateHistoryRunE, + + DisableAutoGenTag: true, } return cmd @@ -310,6 +344,8 @@ func newStorageMigrateListUpCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageMigrateListUpExample, Args: cobra.NoArgs, RunE: newStorageMigrateListRunE(true), + + DisableAutoGenTag: true, } return cmd @@ -323,6 +359,8 @@ func newStorageMigrateListDownCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageMigrateListDownExample, Args: cobra.NoArgs, RunE: newStorageMigrateListRunE(false), + + DisableAutoGenTag: true, } return cmd @@ -336,6 +374,8 @@ func newStorageMigrateUpCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageMigrateUpExample, Args: cobra.NoArgs, RunE: newStorageMigrationRunE(true), + + DisableAutoGenTag: true, } cmd.Flags().IntP("target", "t", 0, "sets the version to migrate to, by default this is the latest version") @@ -351,6 +391,8 @@ func newStorageMigrateDownCmd() (cmd *cobra.Command) { Example: cmdAutheliaStorageMigrateDownExample, Args: cobra.NoArgs, RunE: newStorageMigrationRunE(false), + + DisableAutoGenTag: true, } cmd.Flags().IntP("target", "t", 0, "sets the version to migrate to") diff --git a/internal/commands/validate.go b/internal/commands/validate.go index cc0ab2952..8a8cbf4b9 100644 --- a/internal/commands/validate.go +++ b/internal/commands/validate.go @@ -16,6 +16,8 @@ func newValidateConfigCmd() (cmd *cobra.Command) { Example: cmdAutheliaValidateConfigExample, Args: cobra.NoArgs, RunE: cmdValidateConfigRunE, + + DisableAutoGenTag: true, } cmdWithConfigFlags(cmd, false, []string{"configuration.yml"})