diff --git a/cmd/flux/docgen.go b/cmd/flux/docgen.go index 459e956f4fb965cb0acc82a6b0cc30bf3ba56d46..d4bfdf8141c96f0cf357286c8340297b02da2018 100644 --- a/cmd/flux/docgen.go +++ b/cmd/flux/docgen.go @@ -32,8 +32,7 @@ title: "%s" ` var ( - cmdDocPath string - cmdDocURLPath string + cmdDocPath string ) var docgenCmd = &cobra.Command{ @@ -45,7 +44,6 @@ var docgenCmd = &cobra.Command{ func init() { docgenCmd.Flags().StringVar(&cmdDocPath, "path", "./docs/cmd", "path to write the generated documentation to") - docgenCmd.Flags().StringVar(&cmdDocURLPath, "url-path", "/cmd/", "URL path the documentation is available at") rootCmd.AddCommand(docgenCmd) } @@ -67,5 +65,5 @@ func frontmatterPrepender(filename string) string { func linkHandler(name string) string { base := strings.TrimSuffix(name, path.Ext(name)) - return cmdDocURLPath + strings.ToLower(base) + "/" + return "../" + strings.ToLower(base) + "/" } diff --git a/docs/cmd/flux.md b/docs/cmd/flux.md index 08a667e63d07b5317c94adcb6f1c59fa8185ef35..33c794fcc4d6af48616ae5ae2a384e1f8bb64542 100644 --- a/docs/cmd/flux.md +++ b/docs/cmd/flux.md @@ -80,17 +80,17 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way. ### SEE ALSO -* [flux bootstrap](/cmd/flux_bootstrap/) - Bootstrap toolkit components -* [flux check](/cmd/flux_check/) - Check requirements and installation -* [flux completion](/cmd/flux_completion/) - Generates completion scripts for various shells -* [flux create](/cmd/flux_create/) - Create or update sources and resources -* [flux delete](/cmd/flux_delete/) - Delete sources and resources -* [flux export](/cmd/flux_export/) - Export resources in YAML format -* [flux get](/cmd/flux_get/) - Get the resources and their status -* [flux install](/cmd/flux_install/) - Install or upgrade Flux -* [flux logs](/cmd/flux_logs/) - Display formatted logs for Flux components -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources -* [flux resume](/cmd/flux_resume/) - Resume suspended resources -* [flux suspend](/cmd/flux_suspend/) - Suspend resources -* [flux uninstall](/cmd/flux_uninstall/) - Uninstall Flux and its custom resource definitions +* [flux bootstrap](../flux_bootstrap/) - Bootstrap toolkit components +* [flux check](../flux_check/) - Check requirements and installation +* [flux completion](../flux_completion/) - Generates completion scripts for various shells +* [flux create](../flux_create/) - Create or update sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources +* [flux export](../flux_export/) - Export resources in YAML format +* [flux get](../flux_get/) - Get the resources and their status +* [flux install](../flux_install/) - Install or upgrade Flux +* [flux logs](../flux_logs/) - Display formatted logs for Flux components +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources +* [flux resume](../flux_resume/) - Resume suspended resources +* [flux suspend](../flux_suspend/) - Suspend resources +* [flux uninstall](../flux_uninstall/) - Uninstall Flux and its custom resource definitions diff --git a/docs/cmd/flux_bootstrap.md b/docs/cmd/flux_bootstrap.md index 5b903fd15673b203a48626da48f95f266fd4fccf..26dbec70c032a6f9108b8b4e9d5670cd71ab1d5d 100644 --- a/docs/cmd/flux_bootstrap.md +++ b/docs/cmd/flux_bootstrap.md @@ -39,7 +39,7 @@ The bootstrap sub-commands bootstrap the toolkit components on the targeted Git ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux bootstrap github](/cmd/flux_bootstrap_github/) - Bootstrap toolkit components in a GitHub repository -* [flux bootstrap gitlab](/cmd/flux_bootstrap_gitlab/) - Bootstrap toolkit components in a GitLab repository +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux bootstrap github](../flux_bootstrap_github/) - Bootstrap toolkit components in a GitHub repository +* [flux bootstrap gitlab](../flux_bootstrap_gitlab/) - Bootstrap toolkit components in a GitLab repository diff --git a/docs/cmd/flux_bootstrap_github.md b/docs/cmd/flux_bootstrap_github.md index 54e06c91b669d45ac2c3163aefce20c76e61113a..80ed707e01ea39667c288248df67ad52d05393d5 100644 --- a/docs/cmd/flux_bootstrap_github.md +++ b/docs/cmd/flux_bootstrap_github.md @@ -84,5 +84,5 @@ flux bootstrap github [flags] ### SEE ALSO -* [flux bootstrap](/cmd/flux_bootstrap/) - Bootstrap toolkit components +* [flux bootstrap](../flux_bootstrap/) - Bootstrap toolkit components diff --git a/docs/cmd/flux_bootstrap_gitlab.md b/docs/cmd/flux_bootstrap_gitlab.md index ab8cf31afb417e4a2c7a8d4ca4f2ecaa720b7b41..16acf645fd90a8881aeed50539ac894fb3cd0536 100644 --- a/docs/cmd/flux_bootstrap_gitlab.md +++ b/docs/cmd/flux_bootstrap_gitlab.md @@ -80,5 +80,5 @@ flux bootstrap gitlab [flags] ### SEE ALSO -* [flux bootstrap](/cmd/flux_bootstrap/) - Bootstrap toolkit components +* [flux bootstrap](../flux_bootstrap/) - Bootstrap toolkit components diff --git a/docs/cmd/flux_check.md b/docs/cmd/flux_check.md index 1f6fb116867ce14823ed6c5d72ad42a011db61d7..0063b501d4d7befb9987e68fc1523e1ed3a51456 100644 --- a/docs/cmd/flux_check.md +++ b/docs/cmd/flux_check.md @@ -45,5 +45,5 @@ flux check [flags] ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines diff --git a/docs/cmd/flux_completion.md b/docs/cmd/flux_completion.md index e97a962c0cfb79236ca626dfb41d66bed1b8583a..2619500cad44d316c919421f5f256765b3c64bbe 100644 --- a/docs/cmd/flux_completion.md +++ b/docs/cmd/flux_completion.md @@ -27,9 +27,9 @@ The completion sub-command generates completion scripts for various shells ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux completion bash](/cmd/flux_completion_bash/) - Generates bash completion scripts -* [flux completion fish](/cmd/flux_completion_fish/) - Generates fish completion scripts -* [flux completion powershell](/cmd/flux_completion_powershell/) - Generates powershell completion scripts -* [flux completion zsh](/cmd/flux_completion_zsh/) - Generates zsh completion scripts +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux completion bash](../flux_completion_bash/) - Generates bash completion scripts +* [flux completion fish](../flux_completion_fish/) - Generates fish completion scripts +* [flux completion powershell](../flux_completion_powershell/) - Generates powershell completion scripts +* [flux completion zsh](../flux_completion_zsh/) - Generates zsh completion scripts diff --git a/docs/cmd/flux_completion_bash.md b/docs/cmd/flux_completion_bash.md index df85717316c6f5dcf7152ece69cf1f79b9762b49..be0db424548b89d4724ce9eaa28303107e679c20 100644 --- a/docs/cmd/flux_completion_bash.md +++ b/docs/cmd/flux_completion_bash.md @@ -40,5 +40,5 @@ command -v flux >/dev/null && . <(flux completion bash) ### SEE ALSO -* [flux completion](/cmd/flux_completion/) - Generates completion scripts for various shells +* [flux completion](../flux_completion/) - Generates completion scripts for various shells diff --git a/docs/cmd/flux_completion_fish.md b/docs/cmd/flux_completion_fish.md index c16f3b240d9712827ee0a7ba1c780f27cbab1842..fc501e2b60a5db51d32dacf24a7f706b8012380b 100644 --- a/docs/cmd/flux_completion_fish.md +++ b/docs/cmd/flux_completion_fish.md @@ -37,5 +37,5 @@ See http://fishshell.com/docs/current/index.html#completion-own for more details ### SEE ALSO -* [flux completion](/cmd/flux_completion/) - Generates completion scripts for various shells +* [flux completion](../flux_completion/) - Generates completion scripts for various shells diff --git a/docs/cmd/flux_completion_powershell.md b/docs/cmd/flux_completion_powershell.md index a2adb3a43a08f0de8ffc9ff834260ca183fe6bbd..80d6b90dc48f1ec0759841d2e1913133e706faa0 100644 --- a/docs/cmd/flux_completion_powershell.md +++ b/docs/cmd/flux_completion_powershell.md @@ -47,5 +47,5 @@ flux completion >> flux-completions.ps1 ### SEE ALSO -* [flux completion](/cmd/flux_completion/) - Generates completion scripts for various shells +* [flux completion](../flux_completion/) - Generates completion scripts for various shells diff --git a/docs/cmd/flux_completion_zsh.md b/docs/cmd/flux_completion_zsh.md index 6a8b7ae8da071bcc212223f9ac2ce234c3d68f27..442228659e17323d98e06cb2cc419ff27e405244 100644 --- a/docs/cmd/flux_completion_zsh.md +++ b/docs/cmd/flux_completion_zsh.md @@ -48,5 +48,5 @@ mv _flux ~/.zprezto/modules/completion/external/src/ # zprezto ### SEE ALSO -* [flux completion](/cmd/flux_completion/) - Generates completion scripts for various shells +* [flux completion](../flux_completion/) - Generates completion scripts for various shells diff --git a/docs/cmd/flux_create.md b/docs/cmd/flux_create.md index 987e9fa38df9fb5867d968219fbaa3badbcb5930..046b10223d82d1efd2f841395f510803be5f18aa 100644 --- a/docs/cmd/flux_create.md +++ b/docs/cmd/flux_create.md @@ -30,14 +30,14 @@ The create sub-commands generate sources and resources. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux create alert](/cmd/flux_create_alert/) - Create or update a Alert resource -* [flux create alert-provider](/cmd/flux_create_alert-provider/) - Create or update a Provider resource -* [flux create helmrelease](/cmd/flux_create_helmrelease/) - Create or update a HelmRelease resource -* [flux create image](/cmd/flux_create_image/) - Create or update resources dealing with image automation -* [flux create kustomization](/cmd/flux_create_kustomization/) - Create or update a Kustomization resource -* [flux create receiver](/cmd/flux_create_receiver/) - Create or update a Receiver resource -* [flux create secret](/cmd/flux_create_secret/) - Create or update Kubernetes secrets -* [flux create source](/cmd/flux_create_source/) - Create or update sources -* [flux create tenant](/cmd/flux_create_tenant/) - Create or update a tenant +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux create alert](../flux_create_alert/) - Create or update a Alert resource +* [flux create alert-provider](../flux_create_alert-provider/) - Create or update a Provider resource +* [flux create helmrelease](../flux_create_helmrelease/) - Create or update a HelmRelease resource +* [flux create image](../flux_create_image/) - Create or update resources dealing with image automation +* [flux create kustomization](../flux_create_kustomization/) - Create or update a Kustomization resource +* [flux create receiver](../flux_create_receiver/) - Create or update a Receiver resource +* [flux create secret](../flux_create_secret/) - Create or update Kubernetes secrets +* [flux create source](../flux_create_source/) - Create or update sources +* [flux create tenant](../flux_create_tenant/) - Create or update a tenant diff --git a/docs/cmd/flux_create_alert-provider.md b/docs/cmd/flux_create_alert-provider.md index 0d9079cfce3f6664dee810fe33dbc6e6a8cbe1fb..31b1f584c10a02f315d3e2fcfef525cf2dad3eca 100644 --- a/docs/cmd/flux_create_alert-provider.md +++ b/docs/cmd/flux_create_alert-provider.md @@ -56,5 +56,5 @@ flux create alert-provider [name] [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_create_alert.md b/docs/cmd/flux_create_alert.md index dc761fa028fa0d623b2f960b1a8538a61cbe1899..e71166e98df8319eddd255f8a408aed12c8cbce3 100644 --- a/docs/cmd/flux_create_alert.md +++ b/docs/cmd/flux_create_alert.md @@ -48,5 +48,5 @@ flux create alert [name] [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_create_helmrelease.md b/docs/cmd/flux_create_helmrelease.md index d7e3f35cd3a45ad8e30e420eb9a2114e840b86dd..e458ea06cdd496ab7c55a22cae89c8de8b0318f7 100644 --- a/docs/cmd/flux_create_helmrelease.md +++ b/docs/cmd/flux_create_helmrelease.md @@ -100,5 +100,5 @@ flux create helmrelease [name] [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_create_image.md b/docs/cmd/flux_create_image.md index a56b919c24badf7453f2408f3c72ab8e93d53498..603d028dd62f6fef04b5546a4778460888c8db1b 100644 --- a/docs/cmd/flux_create_image.md +++ b/docs/cmd/flux_create_image.md @@ -32,8 +32,8 @@ being available. ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources -* [flux create image policy](/cmd/flux_create_image_policy/) - Create or update an ImagePolicy object -* [flux create image repository](/cmd/flux_create_image_repository/) - Create or update an ImageRepository object -* [flux create image update](/cmd/flux_create_image_update/) - Create or update an ImageUpdateAutomation object +* [flux create](../flux_create/) - Create or update sources and resources +* [flux create image policy](../flux_create_image_policy/) - Create or update an ImagePolicy object +* [flux create image repository](../flux_create_image_repository/) - Create or update an ImageRepository object +* [flux create image update](../flux_create_image_update/) - Create or update an ImageUpdateAutomation object diff --git a/docs/cmd/flux_create_image_policy.md b/docs/cmd/flux_create_image_policy.md index 17432418cd44c5e74d8d09e3eaa8b0647c3dc1b1..7b3bc8b6e1657d4c69af19a10c883b990c9e8668 100644 --- a/docs/cmd/flux_create_image_policy.md +++ b/docs/cmd/flux_create_image_policy.md @@ -61,5 +61,5 @@ flux create image policy [name] [flags] ### SEE ALSO -* [flux create image](/cmd/flux_create_image/) - Create or update resources dealing with image automation +* [flux create image](../flux_create_image/) - Create or update resources dealing with image automation diff --git a/docs/cmd/flux_create_image_repository.md b/docs/cmd/flux_create_image_repository.md index 4204bca1e6df22bf311e36fc77c763f99b108df6..ecad8efa35c5b3e704c4d19d77b6992be1731477 100644 --- a/docs/cmd/flux_create_image_repository.md +++ b/docs/cmd/flux_create_image_repository.md @@ -68,5 +68,5 @@ flux create image repository [name] [flags] ### SEE ALSO -* [flux create image](/cmd/flux_create_image/) - Create or update resources dealing with image automation +* [flux create image](../flux_create_image/) - Create or update resources dealing with image automation diff --git a/docs/cmd/flux_create_image_update.md b/docs/cmd/flux_create_image_update.md index b3d0ebfa788d8c3fcb4a6d7c311fe247b4d4b14d..5287e9667185ecfb214ed92b70f9d69d651fa7b3 100644 --- a/docs/cmd/flux_create_image_update.md +++ b/docs/cmd/flux_create_image_update.md @@ -66,5 +66,5 @@ flux create image update [name] [flags] ### SEE ALSO -* [flux create image](/cmd/flux_create_image/) - Create or update resources dealing with image automation +* [flux create image](../flux_create_image/) - Create or update resources dealing with image automation diff --git a/docs/cmd/flux_create_kustomization.md b/docs/cmd/flux_create_kustomization.md index b6e29e778fef80819a6ee6848e89928f535e7404..38e2fb8877aa3c759eb6473f9c8529c0549f7ca4 100644 --- a/docs/cmd/flux_create_kustomization.md +++ b/docs/cmd/flux_create_kustomization.md @@ -75,5 +75,5 @@ flux create kustomization [name] [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_create_receiver.md b/docs/cmd/flux_create_receiver.md index 7470677355432dea60e323d9cd924b5b918c8ce9..365cc1073daa948332f3bdbba7eb9e19895cf687 100644 --- a/docs/cmd/flux_create_receiver.md +++ b/docs/cmd/flux_create_receiver.md @@ -51,5 +51,5 @@ flux create receiver [name] [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_create_secret.md b/docs/cmd/flux_create_secret.md index 305c2f46597b1a761ffdd282d8c8f569a435e8ec..8e2e4cfc958140dbfc7e08969586ab408dd31b26 100644 --- a/docs/cmd/flux_create_secret.md +++ b/docs/cmd/flux_create_secret.md @@ -30,8 +30,8 @@ The create source sub-commands generate Kubernetes secrets specific to Flux. ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources -* [flux create secret git](/cmd/flux_create_secret_git/) - Create or update a Kubernetes secret for Git authentication -* [flux create secret helm](/cmd/flux_create_secret_helm/) - Create or update a Kubernetes secret for Helm repository authentication -* [flux create secret tls](/cmd/flux_create_secret_tls/) - Create or update a Kubernetes secret with TLS certificates +* [flux create](../flux_create/) - Create or update sources and resources +* [flux create secret git](../flux_create_secret_git/) - Create or update a Kubernetes secret for Git authentication +* [flux create secret helm](../flux_create_secret_helm/) - Create or update a Kubernetes secret for Helm repository authentication +* [flux create secret tls](../flux_create_secret_tls/) - Create or update a Kubernetes secret with TLS certificates diff --git a/docs/cmd/flux_create_secret_git.md b/docs/cmd/flux_create_secret_git.md index d70c8fc1a9e57ff2cf7925b14b3a9bf420acfe40..042b39c2b7fc168d28b21f526d2e8d93a2393af5 100644 --- a/docs/cmd/flux_create_secret_git.md +++ b/docs/cmd/flux_create_secret_git.md @@ -83,5 +83,5 @@ flux create secret git [name] [flags] ### SEE ALSO -* [flux create secret](/cmd/flux_create_secret/) - Create or update Kubernetes secrets +* [flux create secret](../flux_create_secret/) - Create or update Kubernetes secrets diff --git a/docs/cmd/flux_create_secret_helm.md b/docs/cmd/flux_create_secret_helm.md index 66c317eb30bd67d9276f05d724a2d13d12cd620d..ec4642c82ec7af3cb1074ed7d08dc799e62db2f3 100644 --- a/docs/cmd/flux_create_secret_helm.md +++ b/docs/cmd/flux_create_secret_helm.md @@ -61,5 +61,5 @@ flux create secret helm [name] [flags] ### SEE ALSO -* [flux create secret](/cmd/flux_create_secret/) - Create or update Kubernetes secrets +* [flux create secret](../flux_create_secret/) - Create or update Kubernetes secrets diff --git a/docs/cmd/flux_create_secret_tls.md b/docs/cmd/flux_create_secret_tls.md index 48f7e1030e95c818eaa6cfcd9104b08589d77220..3e90ad35df89af8f6521cf0f9f2498a7128cdb10 100644 --- a/docs/cmd/flux_create_secret_tls.md +++ b/docs/cmd/flux_create_secret_tls.md @@ -52,5 +52,5 @@ flux create secret tls [name] [flags] ### SEE ALSO -* [flux create secret](/cmd/flux_create_secret/) - Create or update Kubernetes secrets +* [flux create secret](../flux_create_secret/) - Create or update Kubernetes secrets diff --git a/docs/cmd/flux_create_source.md b/docs/cmd/flux_create_source.md index 5fcd9269576801ed03f1fd57a8cb7029358c1353..05b5f6b9a0cd1d8170c2bd9cc07a175c6dfe83cd 100644 --- a/docs/cmd/flux_create_source.md +++ b/docs/cmd/flux_create_source.md @@ -30,8 +30,8 @@ The create source sub-commands generate sources. ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources -* [flux create source bucket](/cmd/flux_create_source_bucket/) - Create or update a Bucket source -* [flux create source git](/cmd/flux_create_source_git/) - Create or update a GitRepository source -* [flux create source helm](/cmd/flux_create_source_helm/) - Create or update a HelmRepository source +* [flux create](../flux_create/) - Create or update sources and resources +* [flux create source bucket](../flux_create_source_bucket/) - Create or update a Bucket source +* [flux create source git](../flux_create_source_git/) - Create or update a GitRepository source +* [flux create source helm](../flux_create_source_helm/) - Create or update a HelmRepository source diff --git a/docs/cmd/flux_create_source_bucket.md b/docs/cmd/flux_create_source_bucket.md index 81c63954b2886653f2cbc98cd12c08d9f4807e80..005d312dbe97a07d610c085fa22b9894f45c9e9a 100644 --- a/docs/cmd/flux_create_source_bucket.md +++ b/docs/cmd/flux_create_source_bucket.md @@ -64,5 +64,5 @@ flux create source bucket [name] [flags] ### SEE ALSO -* [flux create source](/cmd/flux_create_source/) - Create or update sources +* [flux create source](../flux_create_source/) - Create or update sources diff --git a/docs/cmd/flux_create_source_git.md b/docs/cmd/flux_create_source_git.md index e84455f2a0318e2d5b09430eda18bf1d48ae4208..890f21bc542ef282265c7b00c6e3ffebec185d51 100644 --- a/docs/cmd/flux_create_source_git.md +++ b/docs/cmd/flux_create_source_git.md @@ -95,5 +95,5 @@ flux create source git [name] [flags] ### SEE ALSO -* [flux create source](/cmd/flux_create_source/) - Create or update sources +* [flux create source](../flux_create_source/) - Create or update sources diff --git a/docs/cmd/flux_create_source_helm.md b/docs/cmd/flux_create_source_helm.md index 72381c29d54a78d05083d4699201894051ff7ae1..d583d8e91c90d2a4ef63d2d1de1237e82e6ef02f 100644 --- a/docs/cmd/flux_create_source_helm.md +++ b/docs/cmd/flux_create_source_helm.md @@ -64,5 +64,5 @@ flux create source helm [name] [flags] ### SEE ALSO -* [flux create source](/cmd/flux_create_source/) - Create or update sources +* [flux create source](../flux_create_source/) - Create or update sources diff --git a/docs/cmd/flux_create_tenant.md b/docs/cmd/flux_create_tenant.md index 9f3f2d6439b618bea432bcddf1cc405e672dbed7..f3a46baeb16e9cace6417e9e6e7ae9a77af18c6f 100644 --- a/docs/cmd/flux_create_tenant.md +++ b/docs/cmd/flux_create_tenant.md @@ -52,5 +52,5 @@ flux create tenant [flags] ### SEE ALSO -* [flux create](/cmd/flux_create/) - Create or update sources and resources +* [flux create](../flux_create/) - Create or update sources and resources diff --git a/docs/cmd/flux_delete.md b/docs/cmd/flux_delete.md index 5617bfbfed70e9340e98e14acf621d336084733b..2c17be8597b58af95611422cf8ad5114f8c5414f 100644 --- a/docs/cmd/flux_delete.md +++ b/docs/cmd/flux_delete.md @@ -28,12 +28,12 @@ The delete sub-commands delete sources and resources. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux delete alert](/cmd/flux_delete_alert/) - Delete a Alert resource -* [flux delete alert-provider](/cmd/flux_delete_alert-provider/) - Delete a Provider resource -* [flux delete helmrelease](/cmd/flux_delete_helmrelease/) - Delete a HelmRelease resource -* [flux delete image](/cmd/flux_delete_image/) - Delete image automation objects -* [flux delete kustomization](/cmd/flux_delete_kustomization/) - Delete a Kustomization resource -* [flux delete receiver](/cmd/flux_delete_receiver/) - Delete a Receiver resource -* [flux delete source](/cmd/flux_delete_source/) - Delete sources +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux delete alert](../flux_delete_alert/) - Delete a Alert resource +* [flux delete alert-provider](../flux_delete_alert-provider/) - Delete a Provider resource +* [flux delete helmrelease](../flux_delete_helmrelease/) - Delete a HelmRelease resource +* [flux delete image](../flux_delete_image/) - Delete image automation objects +* [flux delete kustomization](../flux_delete_kustomization/) - Delete a Kustomization resource +* [flux delete receiver](../flux_delete_receiver/) - Delete a Receiver resource +* [flux delete source](../flux_delete_source/) - Delete sources diff --git a/docs/cmd/flux_delete_alert-provider.md b/docs/cmd/flux_delete_alert-provider.md index 8bedc8c7e988aa92f4acb3f47db3b24db91a8230..a57178a191059b4759cf13676e3b6b0f5e97e782 100644 --- a/docs/cmd/flux_delete_alert-provider.md +++ b/docs/cmd/flux_delete_alert-provider.md @@ -39,5 +39,5 @@ flux delete alert-provider [name] [flags] ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources diff --git a/docs/cmd/flux_delete_alert.md b/docs/cmd/flux_delete_alert.md index b75ce7fe125311af65541e6d63ccb5a637f7dae1..69e685e33230a1086a49871044ce2775836e86e3 100644 --- a/docs/cmd/flux_delete_alert.md +++ b/docs/cmd/flux_delete_alert.md @@ -39,5 +39,5 @@ flux delete alert [name] [flags] ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources diff --git a/docs/cmd/flux_delete_helmrelease.md b/docs/cmd/flux_delete_helmrelease.md index 06830658e985bc420bf7d9b1ca096ddf6ca73881..11def094c74656b0e77ce45b20566eb6a69720a4 100644 --- a/docs/cmd/flux_delete_helmrelease.md +++ b/docs/cmd/flux_delete_helmrelease.md @@ -39,5 +39,5 @@ flux delete helmrelease [name] [flags] ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources diff --git a/docs/cmd/flux_delete_image.md b/docs/cmd/flux_delete_image.md index cf481aea3f1d5576f5a743d33f8084d0053d199d..390ce7df46b05d275d21832b6035752db7931aac 100644 --- a/docs/cmd/flux_delete_image.md +++ b/docs/cmd/flux_delete_image.md @@ -28,8 +28,8 @@ The delete image sub-commands delete image automation objects. ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources -* [flux delete image policy](/cmd/flux_delete_image_policy/) - Delete an ImagePolicy object -* [flux delete image repository](/cmd/flux_delete_image_repository/) - Delete an ImageRepository object -* [flux delete image update](/cmd/flux_delete_image_update/) - Delete an ImageUpdateAutomation object +* [flux delete](../flux_delete/) - Delete sources and resources +* [flux delete image policy](../flux_delete_image_policy/) - Delete an ImagePolicy object +* [flux delete image repository](../flux_delete_image_repository/) - Delete an ImageRepository object +* [flux delete image update](../flux_delete_image_update/) - Delete an ImageUpdateAutomation object diff --git a/docs/cmd/flux_delete_image_policy.md b/docs/cmd/flux_delete_image_policy.md index 1e9d9fe1cbde548c011e81746c22dd59a120ec43..28bae923cd9e14061adc046b78ed67cdfc45e359 100644 --- a/docs/cmd/flux_delete_image_policy.md +++ b/docs/cmd/flux_delete_image_policy.md @@ -39,5 +39,5 @@ flux delete image policy [name] [flags] ### SEE ALSO -* [flux delete image](/cmd/flux_delete_image/) - Delete image automation objects +* [flux delete image](../flux_delete_image/) - Delete image automation objects diff --git a/docs/cmd/flux_delete_image_repository.md b/docs/cmd/flux_delete_image_repository.md index ad7ea3a72a4223c491b5557ce04c4073b3539b93..36288c357f35c4ad305899cf65ffc96abc2d4796 100644 --- a/docs/cmd/flux_delete_image_repository.md +++ b/docs/cmd/flux_delete_image_repository.md @@ -39,5 +39,5 @@ flux delete image repository [name] [flags] ### SEE ALSO -* [flux delete image](/cmd/flux_delete_image/) - Delete image automation objects +* [flux delete image](../flux_delete_image/) - Delete image automation objects diff --git a/docs/cmd/flux_delete_image_update.md b/docs/cmd/flux_delete_image_update.md index 4f1e637e179f8d3fedc0a9d31b393f20fb829193..a361a4dcfea8e224ed26e860c0f1916e0ce02264 100644 --- a/docs/cmd/flux_delete_image_update.md +++ b/docs/cmd/flux_delete_image_update.md @@ -39,5 +39,5 @@ flux delete image update [name] [flags] ### SEE ALSO -* [flux delete image](/cmd/flux_delete_image/) - Delete image automation objects +* [flux delete image](../flux_delete_image/) - Delete image automation objects diff --git a/docs/cmd/flux_delete_kustomization.md b/docs/cmd/flux_delete_kustomization.md index 58397cc0ae4997563f27502d90a76abd919be4f3..dd2e8db023fa6cb9ed2ee7d7c7272fdf0d7cfb16 100644 --- a/docs/cmd/flux_delete_kustomization.md +++ b/docs/cmd/flux_delete_kustomization.md @@ -39,5 +39,5 @@ flux delete kustomization [name] [flags] ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources diff --git a/docs/cmd/flux_delete_receiver.md b/docs/cmd/flux_delete_receiver.md index e70e7648b1c581e03a07c922e958266e941c8368..c260b047c1ad6f1bb82640c22ef72f82785fa8d6 100644 --- a/docs/cmd/flux_delete_receiver.md +++ b/docs/cmd/flux_delete_receiver.md @@ -39,5 +39,5 @@ flux delete receiver [name] [flags] ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources +* [flux delete](../flux_delete/) - Delete sources and resources diff --git a/docs/cmd/flux_delete_source.md b/docs/cmd/flux_delete_source.md index 18b08ab74e297fa34f22c261284aa9e03c148614..63f8c72bb0eceb025ad8acc1e664e3e91ace9677 100644 --- a/docs/cmd/flux_delete_source.md +++ b/docs/cmd/flux_delete_source.md @@ -28,8 +28,8 @@ The delete source sub-commands delete sources. ### SEE ALSO -* [flux delete](/cmd/flux_delete/) - Delete sources and resources -* [flux delete source bucket](/cmd/flux_delete_source_bucket/) - Delete a Bucket source -* [flux delete source git](/cmd/flux_delete_source_git/) - Delete a GitRepository source -* [flux delete source helm](/cmd/flux_delete_source_helm/) - Delete a HelmRepository source +* [flux delete](../flux_delete/) - Delete sources and resources +* [flux delete source bucket](../flux_delete_source_bucket/) - Delete a Bucket source +* [flux delete source git](../flux_delete_source_git/) - Delete a GitRepository source +* [flux delete source helm](../flux_delete_source_helm/) - Delete a HelmRepository source diff --git a/docs/cmd/flux_delete_source_bucket.md b/docs/cmd/flux_delete_source_bucket.md index d639ad9b72b9318979d1a315779f6ae75b233ec7..955cc550baa37b249a62e341dae2b96013f8c263 100644 --- a/docs/cmd/flux_delete_source_bucket.md +++ b/docs/cmd/flux_delete_source_bucket.md @@ -39,5 +39,5 @@ flux delete source bucket [name] [flags] ### SEE ALSO -* [flux delete source](/cmd/flux_delete_source/) - Delete sources +* [flux delete source](../flux_delete_source/) - Delete sources diff --git a/docs/cmd/flux_delete_source_git.md b/docs/cmd/flux_delete_source_git.md index 1909080df85f7dcc56627876fd3cbc95c6c75a2a..68d269581a250a5523720468601a8cff099b80e0 100644 --- a/docs/cmd/flux_delete_source_git.md +++ b/docs/cmd/flux_delete_source_git.md @@ -39,5 +39,5 @@ flux delete source git [name] [flags] ### SEE ALSO -* [flux delete source](/cmd/flux_delete_source/) - Delete sources +* [flux delete source](../flux_delete_source/) - Delete sources diff --git a/docs/cmd/flux_delete_source_helm.md b/docs/cmd/flux_delete_source_helm.md index 0fd412b3bad400be463e78311771b3a141ae2f12..3addf9ea004dd3db604b94da76049cdf748544ed 100644 --- a/docs/cmd/flux_delete_source_helm.md +++ b/docs/cmd/flux_delete_source_helm.md @@ -39,5 +39,5 @@ flux delete source helm [name] [flags] ### SEE ALSO -* [flux delete source](/cmd/flux_delete_source/) - Delete sources +* [flux delete source](../flux_delete_source/) - Delete sources diff --git a/docs/cmd/flux_export.md b/docs/cmd/flux_export.md index 4d5c3b3333e55126cc8b6ffa2f953694a4cbdf53..32fbbdddbd63f044aef6df23a9b48925d3737036 100644 --- a/docs/cmd/flux_export.md +++ b/docs/cmd/flux_export.md @@ -28,12 +28,12 @@ The export sub-commands export resources in YAML format. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux export alert](/cmd/flux_export_alert/) - Export Alert resources in YAML format -* [flux export alert-provider](/cmd/flux_export_alert-provider/) - Export Provider resources in YAML format -* [flux export helmrelease](/cmd/flux_export_helmrelease/) - Export HelmRelease resources in YAML format -* [flux export image](/cmd/flux_export_image/) - Export image automation objects -* [flux export kustomization](/cmd/flux_export_kustomization/) - Export Kustomization resources in YAML format -* [flux export receiver](/cmd/flux_export_receiver/) - Export Receiver resources in YAML format -* [flux export source](/cmd/flux_export_source/) - Export sources +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux export alert](../flux_export_alert/) - Export Alert resources in YAML format +* [flux export alert-provider](../flux_export_alert-provider/) - Export Provider resources in YAML format +* [flux export helmrelease](../flux_export_helmrelease/) - Export HelmRelease resources in YAML format +* [flux export image](../flux_export_image/) - Export image automation objects +* [flux export kustomization](../flux_export_kustomization/) - Export Kustomization resources in YAML format +* [flux export receiver](../flux_export_receiver/) - Export Receiver resources in YAML format +* [flux export source](../flux_export_source/) - Export sources diff --git a/docs/cmd/flux_export_alert-provider.md b/docs/cmd/flux_export_alert-provider.md index 2eee9dad970c796f5df0c9f4a39cd427ede757be..718bf8eb46aad83d6a2e26498526dd039c27852b 100644 --- a/docs/cmd/flux_export_alert-provider.md +++ b/docs/cmd/flux_export_alert-provider.md @@ -42,5 +42,5 @@ flux export alert-provider [name] [flags] ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format diff --git a/docs/cmd/flux_export_alert.md b/docs/cmd/flux_export_alert.md index e55bfe8bd531d8315879dc3d04711795663dd7ba..4a746412938e7e2a0dfd86f06ed3a8bfa2a107f3 100644 --- a/docs/cmd/flux_export_alert.md +++ b/docs/cmd/flux_export_alert.md @@ -42,5 +42,5 @@ flux export alert [name] [flags] ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format diff --git a/docs/cmd/flux_export_helmrelease.md b/docs/cmd/flux_export_helmrelease.md index c1b6a5ebafebc0a612e34d73b095ae6d03398fbf..bb4573884b4f4d26b2f78db7111be70d52962884 100644 --- a/docs/cmd/flux_export_helmrelease.md +++ b/docs/cmd/flux_export_helmrelease.md @@ -42,5 +42,5 @@ flux export helmrelease [name] [flags] ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format diff --git a/docs/cmd/flux_export_image.md b/docs/cmd/flux_export_image.md index d46ff8fa6cb5098da4fc8596872f92fdb5191a84..43c86a5ea479608d127e4933159d5497dbef9003 100644 --- a/docs/cmd/flux_export_image.md +++ b/docs/cmd/flux_export_image.md @@ -28,8 +28,8 @@ The export image sub-commands export image automation objects in YAML format. ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format -* [flux export image policy](/cmd/flux_export_image_policy/) - Export ImagePolicy resources in YAML format -* [flux export image repository](/cmd/flux_export_image_repository/) - Export ImageRepository resources in YAML format -* [flux export image update](/cmd/flux_export_image_update/) - Export ImageUpdateAutomation resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format +* [flux export image policy](../flux_export_image_policy/) - Export ImagePolicy resources in YAML format +* [flux export image repository](../flux_export_image_repository/) - Export ImageRepository resources in YAML format +* [flux export image update](../flux_export_image_update/) - Export ImageUpdateAutomation resources in YAML format diff --git a/docs/cmd/flux_export_image_policy.md b/docs/cmd/flux_export_image_policy.md index fc07672d4506670e6ed43c18d2f96631ae6f4af3..18f046ed1bac09958f17a14485f0ad7e3fcbd1de 100644 --- a/docs/cmd/flux_export_image_policy.md +++ b/docs/cmd/flux_export_image_policy.md @@ -42,5 +42,5 @@ flux export image policy [name] [flags] ### SEE ALSO -* [flux export image](/cmd/flux_export_image/) - Export image automation objects +* [flux export image](../flux_export_image/) - Export image automation objects diff --git a/docs/cmd/flux_export_image_repository.md b/docs/cmd/flux_export_image_repository.md index ab1522706c6389012fabdf362a752bafa909ebb9..405e8168ef2d88573726719b4374bc6ebf8ad41f 100644 --- a/docs/cmd/flux_export_image_repository.md +++ b/docs/cmd/flux_export_image_repository.md @@ -42,5 +42,5 @@ flux export image repository [name] [flags] ### SEE ALSO -* [flux export image](/cmd/flux_export_image/) - Export image automation objects +* [flux export image](../flux_export_image/) - Export image automation objects diff --git a/docs/cmd/flux_export_image_update.md b/docs/cmd/flux_export_image_update.md index 4f2f8b9e9d33a0c76df358c3cb9c35b880a854c3..982367cf45cd81a2358a1760088e95f39ec4eebe 100644 --- a/docs/cmd/flux_export_image_update.md +++ b/docs/cmd/flux_export_image_update.md @@ -42,5 +42,5 @@ flux export image update [name] [flags] ### SEE ALSO -* [flux export image](/cmd/flux_export_image/) - Export image automation objects +* [flux export image](../flux_export_image/) - Export image automation objects diff --git a/docs/cmd/flux_export_kustomization.md b/docs/cmd/flux_export_kustomization.md index c2cd7ccde425003f4e90a9475c41c7518eee7742..bc2c082f4948350fea860f75716acc410ce46b0b 100644 --- a/docs/cmd/flux_export_kustomization.md +++ b/docs/cmd/flux_export_kustomization.md @@ -42,5 +42,5 @@ flux export kustomization [name] [flags] ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format diff --git a/docs/cmd/flux_export_receiver.md b/docs/cmd/flux_export_receiver.md index 029f6ca4e734ff732ee90e725787ed452ffddbf4..07dde6c307c169ca880f0819062fb848e093087e 100644 --- a/docs/cmd/flux_export_receiver.md +++ b/docs/cmd/flux_export_receiver.md @@ -42,5 +42,5 @@ flux export receiver [name] [flags] ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format diff --git a/docs/cmd/flux_export_source.md b/docs/cmd/flux_export_source.md index eb42f533f6c3d7c490064477f8df4eb938d6a289..7af699af44124f30f0aa0c09237a108ffb98dec1 100644 --- a/docs/cmd/flux_export_source.md +++ b/docs/cmd/flux_export_source.md @@ -29,8 +29,8 @@ The export source sub-commands export sources in YAML format. ### SEE ALSO -* [flux export](/cmd/flux_export/) - Export resources in YAML format -* [flux export source bucket](/cmd/flux_export_source_bucket/) - Export Bucket sources in YAML format -* [flux export source git](/cmd/flux_export_source_git/) - Export GitRepository sources in YAML format -* [flux export source helm](/cmd/flux_export_source_helm/) - Export HelmRepository sources in YAML format +* [flux export](../flux_export/) - Export resources in YAML format +* [flux export source bucket](../flux_export_source_bucket/) - Export Bucket sources in YAML format +* [flux export source git](../flux_export_source_git/) - Export GitRepository sources in YAML format +* [flux export source helm](../flux_export_source_helm/) - Export HelmRepository sources in YAML format diff --git a/docs/cmd/flux_export_source_bucket.md b/docs/cmd/flux_export_source_bucket.md index 747da10ed4fd34603007b77a17c74bb7e97720b8..ccb3899c6e50c3067f4a228e59010c07a366a23a 100644 --- a/docs/cmd/flux_export_source_bucket.md +++ b/docs/cmd/flux_export_source_bucket.md @@ -43,5 +43,5 @@ flux export source bucket [name] [flags] ### SEE ALSO -* [flux export source](/cmd/flux_export_source/) - Export sources +* [flux export source](../flux_export_source/) - Export sources diff --git a/docs/cmd/flux_export_source_git.md b/docs/cmd/flux_export_source_git.md index abd55828d7cb1341c1e028928e30a3ff0da13039..97e40efd349c7edab9724ff9f835073f1e3467a5 100644 --- a/docs/cmd/flux_export_source_git.md +++ b/docs/cmd/flux_export_source_git.md @@ -43,5 +43,5 @@ flux export source git [name] [flags] ### SEE ALSO -* [flux export source](/cmd/flux_export_source/) - Export sources +* [flux export source](../flux_export_source/) - Export sources diff --git a/docs/cmd/flux_export_source_helm.md b/docs/cmd/flux_export_source_helm.md index a9788982d123ee943093332ce4b4a7104ec0e662..aea0ac39ebbd28c6b1f7fc13937058269a68adca 100644 --- a/docs/cmd/flux_export_source_helm.md +++ b/docs/cmd/flux_export_source_helm.md @@ -43,5 +43,5 @@ flux export source helm [name] [flags] ### SEE ALSO -* [flux export source](/cmd/flux_export_source/) - Export sources +* [flux export source](../flux_export_source/) - Export sources diff --git a/docs/cmd/flux_get.md b/docs/cmd/flux_get.md index 5298cfad691ab0dd2180060dd42ade06ec69e460..cb756545b4d7bcdd4f32603205952ba95040130e 100644 --- a/docs/cmd/flux_get.md +++ b/docs/cmd/flux_get.md @@ -28,12 +28,12 @@ The get sub-commands print the statuses of Flux resources. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux get alert-providers](/cmd/flux_get_alert-providers/) - Get Provider statuses -* [flux get alerts](/cmd/flux_get_alerts/) - Get Alert statuses -* [flux get helmreleases](/cmd/flux_get_helmreleases/) - Get HelmRelease statuses -* [flux get images](/cmd/flux_get_images/) - Get image automation object status -* [flux get kustomizations](/cmd/flux_get_kustomizations/) - Get Kustomization statuses -* [flux get receivers](/cmd/flux_get_receivers/) - Get Receiver statuses -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux get alert-providers](../flux_get_alert-providers/) - Get Provider statuses +* [flux get alerts](../flux_get_alerts/) - Get Alert statuses +* [flux get helmreleases](../flux_get_helmreleases/) - Get HelmRelease statuses +* [flux get images](../flux_get_images/) - Get image automation object status +* [flux get kustomizations](../flux_get_kustomizations/) - Get Kustomization statuses +* [flux get receivers](../flux_get_receivers/) - Get Receiver statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_get_alert-providers.md b/docs/cmd/flux_get_alert-providers.md index 941cc9b6511a4380c64ea7cb2753bca1142f00c3..c3b78e1d6a3e98b4e5f5990cb7228cc4e87d01fd 100644 --- a/docs/cmd/flux_get_alert-providers.md +++ b/docs/cmd/flux_get_alert-providers.md @@ -39,5 +39,5 @@ flux get alert-providers [flags] ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status +* [flux get](../flux_get/) - Get the resources and their status diff --git a/docs/cmd/flux_get_alerts.md b/docs/cmd/flux_get_alerts.md index bf301b14016ce700d4a47af0f8134864a27beb0c..203048f6a7382583d0ede99acdac10b2def4431d 100644 --- a/docs/cmd/flux_get_alerts.md +++ b/docs/cmd/flux_get_alerts.md @@ -39,5 +39,5 @@ flux get alerts [flags] ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status +* [flux get](../flux_get/) - Get the resources and their status diff --git a/docs/cmd/flux_get_helmreleases.md b/docs/cmd/flux_get_helmreleases.md index 7d36d804e38363b2ef1ec84421785b476059e848..f879ffd6b43d9d72ab6c5fdbcafc94c5ab78569c 100644 --- a/docs/cmd/flux_get_helmreleases.md +++ b/docs/cmd/flux_get_helmreleases.md @@ -39,5 +39,5 @@ flux get helmreleases [flags] ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status +* [flux get](../flux_get/) - Get the resources and their status diff --git a/docs/cmd/flux_get_images.md b/docs/cmd/flux_get_images.md index 863f8fc7be4ccea0986f2652949c5921d7c76fe1..c468ee4e3ec340bf626e22fc411fe619d1f4fd86 100644 --- a/docs/cmd/flux_get_images.md +++ b/docs/cmd/flux_get_images.md @@ -28,9 +28,9 @@ The get image sub-commands print the status of image automation objects. ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status -* [flux get images all](/cmd/flux_get_images_all/) - Get all image statuses -* [flux get images policy](/cmd/flux_get_images_policy/) - Get ImagePolicy status -* [flux get images repository](/cmd/flux_get_images_repository/) - Get ImageRepository status -* [flux get images update](/cmd/flux_get_images_update/) - Get ImageUpdateAutomation status +* [flux get](../flux_get/) - Get the resources and their status +* [flux get images all](../flux_get_images_all/) - Get all image statuses +* [flux get images policy](../flux_get_images_policy/) - Get ImagePolicy status +* [flux get images repository](../flux_get_images_repository/) - Get ImageRepository status +* [flux get images update](../flux_get_images_update/) - Get ImageUpdateAutomation status diff --git a/docs/cmd/flux_get_images_all.md b/docs/cmd/flux_get_images_all.md index 2434086908fdb8712ffdb184ab5f72057656487c..acadf31bf3e2cd272f995b70681f91bb61c91308 100644 --- a/docs/cmd/flux_get_images_all.md +++ b/docs/cmd/flux_get_images_all.md @@ -42,5 +42,5 @@ flux get images all [flags] ### SEE ALSO -* [flux get images](/cmd/flux_get_images/) - Get image automation object status +* [flux get images](../flux_get_images/) - Get image automation object status diff --git a/docs/cmd/flux_get_images_policy.md b/docs/cmd/flux_get_images_policy.md index 82be06aa2c40ec0b2077340334b49b5204354f77..aab2d0b87094d8c81ab2d3842a366b901516a163 100644 --- a/docs/cmd/flux_get_images_policy.md +++ b/docs/cmd/flux_get_images_policy.md @@ -42,5 +42,5 @@ flux get images policy [flags] ### SEE ALSO -* [flux get images](/cmd/flux_get_images/) - Get image automation object status +* [flux get images](../flux_get_images/) - Get image automation object status diff --git a/docs/cmd/flux_get_images_repository.md b/docs/cmd/flux_get_images_repository.md index 7eddda3a1fa03bc558ba1103b2d8274cb4432df6..e95a2604d30c0d50e59ce40b3c331ef9180a4f1c 100644 --- a/docs/cmd/flux_get_images_repository.md +++ b/docs/cmd/flux_get_images_repository.md @@ -42,5 +42,5 @@ flux get images repository [flags] ### SEE ALSO -* [flux get images](/cmd/flux_get_images/) - Get image automation object status +* [flux get images](../flux_get_images/) - Get image automation object status diff --git a/docs/cmd/flux_get_images_update.md b/docs/cmd/flux_get_images_update.md index ad669d11a80857429414d7fa2f49e9278b5b34d5..4b45fd3127fd5167efd7bea08e80972642efe6c3 100644 --- a/docs/cmd/flux_get_images_update.md +++ b/docs/cmd/flux_get_images_update.md @@ -42,5 +42,5 @@ flux get images update [flags] ### SEE ALSO -* [flux get images](/cmd/flux_get_images/) - Get image automation object status +* [flux get images](../flux_get_images/) - Get image automation object status diff --git a/docs/cmd/flux_get_kustomizations.md b/docs/cmd/flux_get_kustomizations.md index df12b895d0f2983abcbeb65639e13d295b47d08f..b141c3f58f9a1ff536a1588eb73f2e6ba8f62966 100644 --- a/docs/cmd/flux_get_kustomizations.md +++ b/docs/cmd/flux_get_kustomizations.md @@ -39,5 +39,5 @@ flux get kustomizations [flags] ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status +* [flux get](../flux_get/) - Get the resources and their status diff --git a/docs/cmd/flux_get_receivers.md b/docs/cmd/flux_get_receivers.md index 06a26b7243e50a7cd8bc099917125446033c250f..6d38d0e02f6fc785d07376b5f20e127ef4918d32 100644 --- a/docs/cmd/flux_get_receivers.md +++ b/docs/cmd/flux_get_receivers.md @@ -39,5 +39,5 @@ flux get receivers [flags] ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status +* [flux get](../flux_get/) - Get the resources and their status diff --git a/docs/cmd/flux_get_sources.md b/docs/cmd/flux_get_sources.md index c92f7a73c6fba4732db2fa416af2fdef6f77ecd3..1fb2f75296e5a41a3721cf34c0b65e29a12e928c 100644 --- a/docs/cmd/flux_get_sources.md +++ b/docs/cmd/flux_get_sources.md @@ -28,10 +28,10 @@ The get source sub-commands print the statuses of the sources. ### SEE ALSO -* [flux get](/cmd/flux_get/) - Get the resources and their status -* [flux get sources all](/cmd/flux_get_sources_all/) - Get all source statuses -* [flux get sources bucket](/cmd/flux_get_sources_bucket/) - Get Bucket source statuses -* [flux get sources chart](/cmd/flux_get_sources_chart/) - Get HelmChart statuses -* [flux get sources git](/cmd/flux_get_sources_git/) - Get GitRepository source statuses -* [flux get sources helm](/cmd/flux_get_sources_helm/) - Get HelmRepository source statuses +* [flux get](../flux_get/) - Get the resources and their status +* [flux get sources all](../flux_get_sources_all/) - Get all source statuses +* [flux get sources bucket](../flux_get_sources_bucket/) - Get Bucket source statuses +* [flux get sources chart](../flux_get_sources_chart/) - Get HelmChart statuses +* [flux get sources git](../flux_get_sources_git/) - Get GitRepository source statuses +* [flux get sources helm](../flux_get_sources_helm/) - Get HelmRepository source statuses diff --git a/docs/cmd/flux_get_sources_all.md b/docs/cmd/flux_get_sources_all.md index aac42a52d4f3a7baea1825b23c41512b5ee7e8ed..bb64ca3aaaa9ede539be6783046569aa5e2ea543 100644 --- a/docs/cmd/flux_get_sources_all.md +++ b/docs/cmd/flux_get_sources_all.md @@ -42,5 +42,5 @@ flux get sources all [flags] ### SEE ALSO -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_get_sources_bucket.md b/docs/cmd/flux_get_sources_bucket.md index 17df951cb9394e9e0d9921225c4d0d38c5d02a83..459ccc4f56c7df699e1a040bc1945cb2fe1b6aad 100644 --- a/docs/cmd/flux_get_sources_bucket.md +++ b/docs/cmd/flux_get_sources_bucket.md @@ -42,5 +42,5 @@ flux get sources bucket [flags] ### SEE ALSO -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_get_sources_chart.md b/docs/cmd/flux_get_sources_chart.md index 337a1cd6227a688e9e17b36be7f001e7ed2b1069..5af3250bd4a8e5c92bf8545259001ace1533dcf8 100644 --- a/docs/cmd/flux_get_sources_chart.md +++ b/docs/cmd/flux_get_sources_chart.md @@ -42,5 +42,5 @@ flux get sources chart [flags] ### SEE ALSO -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_get_sources_git.md b/docs/cmd/flux_get_sources_git.md index dc5587b09205d03799cd040fca289e4243e7b7e1..078bc5df66f00ae7798a5c0f18814e72420eb822 100644 --- a/docs/cmd/flux_get_sources_git.md +++ b/docs/cmd/flux_get_sources_git.md @@ -42,5 +42,5 @@ flux get sources git [flags] ### SEE ALSO -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_get_sources_helm.md b/docs/cmd/flux_get_sources_helm.md index 4c06bd90ee42bab3d4ef6e3fc84f756f44205682..8c4077cd474f4191769635cf19f97cf187e1b924 100644 --- a/docs/cmd/flux_get_sources_helm.md +++ b/docs/cmd/flux_get_sources_helm.md @@ -42,5 +42,5 @@ flux get sources helm [flags] ### SEE ALSO -* [flux get sources](/cmd/flux_get_sources/) - Get source statuses +* [flux get sources](../flux_get_sources/) - Get source statuses diff --git a/docs/cmd/flux_install.md b/docs/cmd/flux_install.md index db27b0edf04009f6f5f78afe22f8dd520a07f3e1..70563cc9509c4548a1608d97d8c5ac6459ca2254 100644 --- a/docs/cmd/flux_install.md +++ b/docs/cmd/flux_install.md @@ -63,5 +63,5 @@ flux install [flags] ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines diff --git a/docs/cmd/flux_logs.md b/docs/cmd/flux_logs.md index 015bacccd0366bebe27465aac34677f00723c2d2..ad6832a81475e52f2986a9a0cf7a8e600587a15c 100644 --- a/docs/cmd/flux_logs.md +++ b/docs/cmd/flux_logs.md @@ -55,5 +55,5 @@ flux logs [flags] ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines diff --git a/docs/cmd/flux_reconcile.md b/docs/cmd/flux_reconcile.md index 1c78c87ed69dc96637888cc62a1b480c8886cf16..ba30eeb96a287c49990d7e943de516e7c4048b42 100644 --- a/docs/cmd/flux_reconcile.md +++ b/docs/cmd/flux_reconcile.md @@ -27,12 +27,12 @@ The reconcile sub-commands trigger a reconciliation of sources and resources. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux reconcile alert](/cmd/flux_reconcile_alert/) - Reconcile an Alert -* [flux reconcile alert-provider](/cmd/flux_reconcile_alert-provider/) - Reconcile a Provider -* [flux reconcile helmrelease](/cmd/flux_reconcile_helmrelease/) - Reconcile a HelmRelease resource -* [flux reconcile image](/cmd/flux_reconcile_image/) - Reconcile image automation objects -* [flux reconcile kustomization](/cmd/flux_reconcile_kustomization/) - Reconcile a Kustomization resource -* [flux reconcile receiver](/cmd/flux_reconcile_receiver/) - Reconcile a Receiver -* [flux reconcile source](/cmd/flux_reconcile_source/) - Reconcile sources +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux reconcile alert](../flux_reconcile_alert/) - Reconcile an Alert +* [flux reconcile alert-provider](../flux_reconcile_alert-provider/) - Reconcile a Provider +* [flux reconcile helmrelease](../flux_reconcile_helmrelease/) - Reconcile a HelmRelease resource +* [flux reconcile image](../flux_reconcile_image/) - Reconcile image automation objects +* [flux reconcile kustomization](../flux_reconcile_kustomization/) - Reconcile a Kustomization resource +* [flux reconcile receiver](../flux_reconcile_receiver/) - Reconcile a Receiver +* [flux reconcile source](../flux_reconcile_source/) - Reconcile sources diff --git a/docs/cmd/flux_reconcile_alert-provider.md b/docs/cmd/flux_reconcile_alert-provider.md index 9ee8a2e7364105bd0c9a48f808296b358af8a423..4236d50c33b8a18ab3b4ed3807689b22f010a119 100644 --- a/docs/cmd/flux_reconcile_alert-provider.md +++ b/docs/cmd/flux_reconcile_alert-provider.md @@ -38,5 +38,5 @@ flux reconcile alert-provider [name] [flags] ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources diff --git a/docs/cmd/flux_reconcile_alert.md b/docs/cmd/flux_reconcile_alert.md index 60da98514754004981c65517787bb5c42fbcd43f..363ef43baadeb478b39c4f2db1594667ce4af7c8 100644 --- a/docs/cmd/flux_reconcile_alert.md +++ b/docs/cmd/flux_reconcile_alert.md @@ -38,5 +38,5 @@ flux reconcile alert [name] [flags] ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources diff --git a/docs/cmd/flux_reconcile_helmrelease.md b/docs/cmd/flux_reconcile_helmrelease.md index 57d09cdb16ab0a5cf05fced4ac2e46224f8b721c..2d820aa8d555cf47913f14239507227e69f1a470 100644 --- a/docs/cmd/flux_reconcile_helmrelease.md +++ b/docs/cmd/flux_reconcile_helmrelease.md @@ -43,5 +43,5 @@ flux reconcile helmrelease [name] [flags] ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources diff --git a/docs/cmd/flux_reconcile_image.md b/docs/cmd/flux_reconcile_image.md index 3aaa17a71d4c523c372a2861294f3dd5fa2f51ff..8088e7f3d07f99b13b5474b66b377e3d9849c664 100644 --- a/docs/cmd/flux_reconcile_image.md +++ b/docs/cmd/flux_reconcile_image.md @@ -27,7 +27,7 @@ The reconcile sub-commands trigger a reconciliation of image automation objects. ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources -* [flux reconcile image repository](/cmd/flux_reconcile_image_repository/) - Reconcile an ImageRepository -* [flux reconcile image update](/cmd/flux_reconcile_image_update/) - Reconcile an ImageUpdateAutomation +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources +* [flux reconcile image repository](../flux_reconcile_image_repository/) - Reconcile an ImageRepository +* [flux reconcile image update](../flux_reconcile_image_update/) - Reconcile an ImageUpdateAutomation diff --git a/docs/cmd/flux_reconcile_image_repository.md b/docs/cmd/flux_reconcile_image_repository.md index a2ad7fe689b84b31da2888750d22386c9c53e93e..843a587a3b0401e3665a75e4dcf44aaedb535201 100644 --- a/docs/cmd/flux_reconcile_image_repository.md +++ b/docs/cmd/flux_reconcile_image_repository.md @@ -38,5 +38,5 @@ flux reconcile image repository [name] [flags] ### SEE ALSO -* [flux reconcile image](/cmd/flux_reconcile_image/) - Reconcile image automation objects +* [flux reconcile image](../flux_reconcile_image/) - Reconcile image automation objects diff --git a/docs/cmd/flux_reconcile_image_update.md b/docs/cmd/flux_reconcile_image_update.md index c06d87074e22668dcd6d09847c461b009853aa03..54b748a05b30bd60d174093253f6ac9e2b989e3f 100644 --- a/docs/cmd/flux_reconcile_image_update.md +++ b/docs/cmd/flux_reconcile_image_update.md @@ -38,5 +38,5 @@ flux reconcile image update [name] [flags] ### SEE ALSO -* [flux reconcile image](/cmd/flux_reconcile_image/) - Reconcile image automation objects +* [flux reconcile image](../flux_reconcile_image/) - Reconcile image automation objects diff --git a/docs/cmd/flux_reconcile_kustomization.md b/docs/cmd/flux_reconcile_kustomization.md index ce0e287ffc3ef6d3a03be81369c921fb790e70c2..0b81c3e734003bf510ad7c7b9d425666c7974bee 100644 --- a/docs/cmd/flux_reconcile_kustomization.md +++ b/docs/cmd/flux_reconcile_kustomization.md @@ -43,5 +43,5 @@ flux reconcile kustomization [name] [flags] ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources diff --git a/docs/cmd/flux_reconcile_receiver.md b/docs/cmd/flux_reconcile_receiver.md index 86e25893aa9509f53e4c28099ed4a00b159793a4..977719a02bc08a25ae218f42a9aa94f0998b2df4 100644 --- a/docs/cmd/flux_reconcile_receiver.md +++ b/docs/cmd/flux_reconcile_receiver.md @@ -38,5 +38,5 @@ flux reconcile receiver [name] [flags] ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources diff --git a/docs/cmd/flux_reconcile_source.md b/docs/cmd/flux_reconcile_source.md index d969f74868e05d69c02583e581ad99ab2b900a78..d74558ae7a28bc03363ec3be5a26d2194622a58e 100644 --- a/docs/cmd/flux_reconcile_source.md +++ b/docs/cmd/flux_reconcile_source.md @@ -27,8 +27,8 @@ The reconcile source sub-commands trigger a reconciliation of sources. ### SEE ALSO -* [flux reconcile](/cmd/flux_reconcile/) - Reconcile sources and resources -* [flux reconcile source bucket](/cmd/flux_reconcile_source_bucket/) - Reconcile a Bucket source -* [flux reconcile source git](/cmd/flux_reconcile_source_git/) - Reconcile a GitRepository source -* [flux reconcile source helm](/cmd/flux_reconcile_source_helm/) - Reconcile a HelmRepository source +* [flux reconcile](../flux_reconcile/) - Reconcile sources and resources +* [flux reconcile source bucket](../flux_reconcile_source_bucket/) - Reconcile a Bucket source +* [flux reconcile source git](../flux_reconcile_source_git/) - Reconcile a GitRepository source +* [flux reconcile source helm](../flux_reconcile_source_helm/) - Reconcile a HelmRepository source diff --git a/docs/cmd/flux_reconcile_source_bucket.md b/docs/cmd/flux_reconcile_source_bucket.md index 61cd00b01bdcbc800f50f777e2b6ebd4d8951adb..5d68e66f499b614772765374f971d1162e0bda78 100644 --- a/docs/cmd/flux_reconcile_source_bucket.md +++ b/docs/cmd/flux_reconcile_source_bucket.md @@ -38,5 +38,5 @@ flux reconcile source bucket [name] [flags] ### SEE ALSO -* [flux reconcile source](/cmd/flux_reconcile_source/) - Reconcile sources +* [flux reconcile source](../flux_reconcile_source/) - Reconcile sources diff --git a/docs/cmd/flux_reconcile_source_git.md b/docs/cmd/flux_reconcile_source_git.md index 792387feac81d21ab311a7ef9a938161c06c8dbe..546b75e323cc9fe0ed72302f5d52e816a7583989 100644 --- a/docs/cmd/flux_reconcile_source_git.md +++ b/docs/cmd/flux_reconcile_source_git.md @@ -38,5 +38,5 @@ flux reconcile source git [name] [flags] ### SEE ALSO -* [flux reconcile source](/cmd/flux_reconcile_source/) - Reconcile sources +* [flux reconcile source](../flux_reconcile_source/) - Reconcile sources diff --git a/docs/cmd/flux_reconcile_source_helm.md b/docs/cmd/flux_reconcile_source_helm.md index 7090425365b3851383e65378aa7e73e0a7a8a911..92b7f43c734c7fd77db529cc660cd4fd2c0aa691 100644 --- a/docs/cmd/flux_reconcile_source_helm.md +++ b/docs/cmd/flux_reconcile_source_helm.md @@ -38,5 +38,5 @@ flux reconcile source helm [name] [flags] ### SEE ALSO -* [flux reconcile source](/cmd/flux_reconcile_source/) - Reconcile sources +* [flux reconcile source](../flux_reconcile_source/) - Reconcile sources diff --git a/docs/cmd/flux_resume.md b/docs/cmd/flux_resume.md index 788ddf27b082d99f3bb8c6aab466f85f6c192b20..afeea5395ec90a7a40da30c63a99e49a40284dd5 100644 --- a/docs/cmd/flux_resume.md +++ b/docs/cmd/flux_resume.md @@ -27,11 +27,11 @@ The resume sub-commands resume a suspended resource. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux resume alert](/cmd/flux_resume_alert/) - Resume a suspended Alert -* [flux resume helmrelease](/cmd/flux_resume_helmrelease/) - Resume a suspended HelmRelease -* [flux resume image](/cmd/flux_resume_image/) - Resume image automation objects -* [flux resume kustomization](/cmd/flux_resume_kustomization/) - Resume a suspended Kustomization -* [flux resume receiver](/cmd/flux_resume_receiver/) - Resume a suspended Receiver -* [flux resume source](/cmd/flux_resume_source/) - Resume sources +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux resume alert](../flux_resume_alert/) - Resume a suspended Alert +* [flux resume helmrelease](../flux_resume_helmrelease/) - Resume a suspended HelmRelease +* [flux resume image](../flux_resume_image/) - Resume image automation objects +* [flux resume kustomization](../flux_resume_kustomization/) - Resume a suspended Kustomization +* [flux resume receiver](../flux_resume_receiver/) - Resume a suspended Receiver +* [flux resume source](../flux_resume_source/) - Resume sources diff --git a/docs/cmd/flux_resume_alert.md b/docs/cmd/flux_resume_alert.md index b029e91266028268d277aa9079dc3e447b162b0a..cd8cc060958d4451cdc62e1fae6d5432e3b82926 100644 --- a/docs/cmd/flux_resume_alert.md +++ b/docs/cmd/flux_resume_alert.md @@ -39,5 +39,5 @@ flux resume alert [name] [flags] ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources +* [flux resume](../flux_resume/) - Resume suspended resources diff --git a/docs/cmd/flux_resume_helmrelease.md b/docs/cmd/flux_resume_helmrelease.md index 3ee2675104638ae73e906e02b69ddd0cbb0ffc46..5d4f26ffbe43d81c7a15bd8809658aa7c194e323 100644 --- a/docs/cmd/flux_resume_helmrelease.md +++ b/docs/cmd/flux_resume_helmrelease.md @@ -39,5 +39,5 @@ flux resume helmrelease [name] [flags] ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources +* [flux resume](../flux_resume/) - Resume suspended resources diff --git a/docs/cmd/flux_resume_image.md b/docs/cmd/flux_resume_image.md index 1546de009c5d738900b24ba91d850d132d4c5229..7a43a2a4c81ec99ec24b37ee44439bb954e91f99 100644 --- a/docs/cmd/flux_resume_image.md +++ b/docs/cmd/flux_resume_image.md @@ -27,7 +27,7 @@ The resume image sub-commands resume suspended image automation objects. ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources -* [flux resume image repository](/cmd/flux_resume_image_repository/) - Resume a suspended ImageRepository -* [flux resume image update](/cmd/flux_resume_image_update/) - Resume a suspended ImageUpdateAutomation +* [flux resume](../flux_resume/) - Resume suspended resources +* [flux resume image repository](../flux_resume_image_repository/) - Resume a suspended ImageRepository +* [flux resume image update](../flux_resume_image_update/) - Resume a suspended ImageUpdateAutomation diff --git a/docs/cmd/flux_resume_image_repository.md b/docs/cmd/flux_resume_image_repository.md index c9cb8125572b065f266b73e7268e837f301d2cde..4649de8db52d8c636c298ed39d87b56ad37e06bf 100644 --- a/docs/cmd/flux_resume_image_repository.md +++ b/docs/cmd/flux_resume_image_repository.md @@ -38,5 +38,5 @@ flux resume image repository [name] [flags] ### SEE ALSO -* [flux resume image](/cmd/flux_resume_image/) - Resume image automation objects +* [flux resume image](../flux_resume_image/) - Resume image automation objects diff --git a/docs/cmd/flux_resume_image_update.md b/docs/cmd/flux_resume_image_update.md index 7aefac6cdaee50dd5bfe9b4b0b9aafde896d86a0..3ec77ab2f5de6c6232bc9bfd2a2be86848567456 100644 --- a/docs/cmd/flux_resume_image_update.md +++ b/docs/cmd/flux_resume_image_update.md @@ -38,5 +38,5 @@ flux resume image update [name] [flags] ### SEE ALSO -* [flux resume image](/cmd/flux_resume_image/) - Resume image automation objects +* [flux resume image](../flux_resume_image/) - Resume image automation objects diff --git a/docs/cmd/flux_resume_kustomization.md b/docs/cmd/flux_resume_kustomization.md index 5bae0964e322328e9d897407e2e046d5b44b8fbb..5d6a6bdc75890a2f16f6aa60b57cc45ed62a9f67 100644 --- a/docs/cmd/flux_resume_kustomization.md +++ b/docs/cmd/flux_resume_kustomization.md @@ -39,5 +39,5 @@ flux resume kustomization [name] [flags] ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources +* [flux resume](../flux_resume/) - Resume suspended resources diff --git a/docs/cmd/flux_resume_receiver.md b/docs/cmd/flux_resume_receiver.md index 30fa2451f629cf8a8cb912d46684dc5bc2a8c1e6..7f598b6814ef52fc5d544f116612cee00a144f67 100644 --- a/docs/cmd/flux_resume_receiver.md +++ b/docs/cmd/flux_resume_receiver.md @@ -39,5 +39,5 @@ flux resume receiver [name] [flags] ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources +* [flux resume](../flux_resume/) - Resume suspended resources diff --git a/docs/cmd/flux_resume_source.md b/docs/cmd/flux_resume_source.md index 1d569b8fa68a97d0252af7dfc8ae2de01f3483ed..3e2257e3389cfc5fa2e6948007b2e8aeecf0d3ff 100644 --- a/docs/cmd/flux_resume_source.md +++ b/docs/cmd/flux_resume_source.md @@ -27,9 +27,9 @@ The resume sub-commands resume a suspended source. ### SEE ALSO -* [flux resume](/cmd/flux_resume/) - Resume suspended resources -* [flux resume source bucket](/cmd/flux_resume_source_bucket/) - Resume a suspended Bucket -* [flux resume source chart](/cmd/flux_resume_source_chart/) - Resume a suspended HelmChart -* [flux resume source git](/cmd/flux_resume_source_git/) - Resume a suspended GitRepository -* [flux resume source helm](/cmd/flux_resume_source_helm/) - Resume a suspended HelmRepository +* [flux resume](../flux_resume/) - Resume suspended resources +* [flux resume source bucket](../flux_resume_source_bucket/) - Resume a suspended Bucket +* [flux resume source chart](../flux_resume_source_chart/) - Resume a suspended HelmChart +* [flux resume source git](../flux_resume_source_git/) - Resume a suspended GitRepository +* [flux resume source helm](../flux_resume_source_helm/) - Resume a suspended HelmRepository diff --git a/docs/cmd/flux_resume_source_bucket.md b/docs/cmd/flux_resume_source_bucket.md index ea8a1dec966fd9fe82a33315ae1daec9a57fc6b2..c9fd6eb87ce47b60f304ed7bef5481853f3f6afb 100644 --- a/docs/cmd/flux_resume_source_bucket.md +++ b/docs/cmd/flux_resume_source_bucket.md @@ -38,5 +38,5 @@ flux resume source bucket [name] [flags] ### SEE ALSO -* [flux resume source](/cmd/flux_resume_source/) - Resume sources +* [flux resume source](../flux_resume_source/) - Resume sources diff --git a/docs/cmd/flux_resume_source_chart.md b/docs/cmd/flux_resume_source_chart.md index b23d030d57a0fb9a0e766d9a7afc2fb95d45f57f..ef68931aeca265aafd811b66bee24c3692d6e69b 100644 --- a/docs/cmd/flux_resume_source_chart.md +++ b/docs/cmd/flux_resume_source_chart.md @@ -38,5 +38,5 @@ flux resume source chart [name] [flags] ### SEE ALSO -* [flux resume source](/cmd/flux_resume_source/) - Resume sources +* [flux resume source](../flux_resume_source/) - Resume sources diff --git a/docs/cmd/flux_resume_source_git.md b/docs/cmd/flux_resume_source_git.md index 10f8dfc12f035eef8fd59c7964b0f89378f2c898..1e32e35e32976809f762546392e304edafb6d108 100644 --- a/docs/cmd/flux_resume_source_git.md +++ b/docs/cmd/flux_resume_source_git.md @@ -38,5 +38,5 @@ flux resume source git [name] [flags] ### SEE ALSO -* [flux resume source](/cmd/flux_resume_source/) - Resume sources +* [flux resume source](../flux_resume_source/) - Resume sources diff --git a/docs/cmd/flux_resume_source_helm.md b/docs/cmd/flux_resume_source_helm.md index 658fd0abbc3da614668abf60f054326cd47755a0..cc7292af2352ffb4c1d82293a4e3d0a12fcc4eb9 100644 --- a/docs/cmd/flux_resume_source_helm.md +++ b/docs/cmd/flux_resume_source_helm.md @@ -38,5 +38,5 @@ flux resume source helm [name] [flags] ### SEE ALSO -* [flux resume source](/cmd/flux_resume_source/) - Resume sources +* [flux resume source](../flux_resume_source/) - Resume sources diff --git a/docs/cmd/flux_suspend.md b/docs/cmd/flux_suspend.md index 68485a3206811909ce0105222680c9aab4fe4068..56eb8be4d5095c471b79b0be27b13993186237dc 100644 --- a/docs/cmd/flux_suspend.md +++ b/docs/cmd/flux_suspend.md @@ -27,11 +27,11 @@ The suspend sub-commands suspend the reconciliation of a resource. ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines -* [flux suspend alert](/cmd/flux_suspend_alert/) - Suspend reconciliation of Alert -* [flux suspend helmrelease](/cmd/flux_suspend_helmrelease/) - Suspend reconciliation of HelmRelease -* [flux suspend image](/cmd/flux_suspend_image/) - Suspend image automation objects -* [flux suspend kustomization](/cmd/flux_suspend_kustomization/) - Suspend reconciliation of Kustomization -* [flux suspend receiver](/cmd/flux_suspend_receiver/) - Suspend reconciliation of Receiver -* [flux suspend source](/cmd/flux_suspend_source/) - Suspend sources +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux suspend alert](../flux_suspend_alert/) - Suspend reconciliation of Alert +* [flux suspend helmrelease](../flux_suspend_helmrelease/) - Suspend reconciliation of HelmRelease +* [flux suspend image](../flux_suspend_image/) - Suspend image automation objects +* [flux suspend kustomization](../flux_suspend_kustomization/) - Suspend reconciliation of Kustomization +* [flux suspend receiver](../flux_suspend_receiver/) - Suspend reconciliation of Receiver +* [flux suspend source](../flux_suspend_source/) - Suspend sources diff --git a/docs/cmd/flux_suspend_alert.md b/docs/cmd/flux_suspend_alert.md index 0bcc24dbbf92605ff8c15642c11516531af920f3..e1ba99f2293d07609aefdeaaa6bc27f3b86ff3d6 100644 --- a/docs/cmd/flux_suspend_alert.md +++ b/docs/cmd/flux_suspend_alert.md @@ -38,5 +38,5 @@ flux suspend alert [name] [flags] ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources +* [flux suspend](../flux_suspend/) - Suspend resources diff --git a/docs/cmd/flux_suspend_helmrelease.md b/docs/cmd/flux_suspend_helmrelease.md index 926b0c492ba3d39258be8fadc8a86b1b1e79b5da..b55d335fb24a7aae60c9ac5f440b2a4b461f36cd 100644 --- a/docs/cmd/flux_suspend_helmrelease.md +++ b/docs/cmd/flux_suspend_helmrelease.md @@ -38,5 +38,5 @@ flux suspend helmrelease [name] [flags] ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources +* [flux suspend](../flux_suspend/) - Suspend resources diff --git a/docs/cmd/flux_suspend_image.md b/docs/cmd/flux_suspend_image.md index d112e1494ac19135152b82f19f40abf54af41708..9a2659e2a3e7fafe904da3c81059252587662300 100644 --- a/docs/cmd/flux_suspend_image.md +++ b/docs/cmd/flux_suspend_image.md @@ -27,7 +27,7 @@ The suspend image sub-commands suspend the reconciliation of an image automation ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources -* [flux suspend image repository](/cmd/flux_suspend_image_repository/) - Suspend reconciliation of an ImageRepository -* [flux suspend image update](/cmd/flux_suspend_image_update/) - Suspend reconciliation of an ImageUpdateAutomation +* [flux suspend](../flux_suspend/) - Suspend resources +* [flux suspend image repository](../flux_suspend_image_repository/) - Suspend reconciliation of an ImageRepository +* [flux suspend image update](../flux_suspend_image_update/) - Suspend reconciliation of an ImageUpdateAutomation diff --git a/docs/cmd/flux_suspend_image_repository.md b/docs/cmd/flux_suspend_image_repository.md index a695390a8a5655ae5f1fcb24a827e4921fe8a978..153c8a01ade62fc543fd365ee98f8297ead3ba1d 100644 --- a/docs/cmd/flux_suspend_image_repository.md +++ b/docs/cmd/flux_suspend_image_repository.md @@ -38,5 +38,5 @@ flux suspend image repository [name] [flags] ### SEE ALSO -* [flux suspend image](/cmd/flux_suspend_image/) - Suspend image automation objects +* [flux suspend image](../flux_suspend_image/) - Suspend image automation objects diff --git a/docs/cmd/flux_suspend_image_update.md b/docs/cmd/flux_suspend_image_update.md index 6775b3a4b247ef7cfd5fab4c1c81ee10cd54a4ad..5970f77a49455349c49f9a6fb55f32a492176bd9 100644 --- a/docs/cmd/flux_suspend_image_update.md +++ b/docs/cmd/flux_suspend_image_update.md @@ -38,5 +38,5 @@ flux suspend image update [name] [flags] ### SEE ALSO -* [flux suspend image](/cmd/flux_suspend_image/) - Suspend image automation objects +* [flux suspend image](../flux_suspend_image/) - Suspend image automation objects diff --git a/docs/cmd/flux_suspend_kustomization.md b/docs/cmd/flux_suspend_kustomization.md index a4114ef19a41d048e43ebda7117aa3670fd670b5..edfbb530cc1733bd52e2563546165dc840831669 100644 --- a/docs/cmd/flux_suspend_kustomization.md +++ b/docs/cmd/flux_suspend_kustomization.md @@ -38,5 +38,5 @@ flux suspend kustomization [name] [flags] ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources +* [flux suspend](../flux_suspend/) - Suspend resources diff --git a/docs/cmd/flux_suspend_receiver.md b/docs/cmd/flux_suspend_receiver.md index a0ebd0291f6a629278a9a20d435de661cccedc84..bc9bb259c8c7e1b428629f7ac7c17f8f023fc122 100644 --- a/docs/cmd/flux_suspend_receiver.md +++ b/docs/cmd/flux_suspend_receiver.md @@ -38,5 +38,5 @@ flux suspend receiver [name] [flags] ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources +* [flux suspend](../flux_suspend/) - Suspend resources diff --git a/docs/cmd/flux_suspend_source.md b/docs/cmd/flux_suspend_source.md index 54630275887705ab90fa67e69431e9e9ac842fd2..87150e975697f02ba5a705420129569e985fcf7f 100644 --- a/docs/cmd/flux_suspend_source.md +++ b/docs/cmd/flux_suspend_source.md @@ -27,9 +27,9 @@ The suspend sub-commands suspend the reconciliation of a source. ### SEE ALSO -* [flux suspend](/cmd/flux_suspend/) - Suspend resources -* [flux suspend source bucket](/cmd/flux_suspend_source_bucket/) - Suspend reconciliation of a Bucket -* [flux suspend source chart](/cmd/flux_suspend_source_chart/) - Suspend reconciliation of a HelmChart -* [flux suspend source git](/cmd/flux_suspend_source_git/) - Suspend reconciliation of a GitRepository -* [flux suspend source helm](/cmd/flux_suspend_source_helm/) - Suspend reconciliation of a HelmRepository +* [flux suspend](../flux_suspend/) - Suspend resources +* [flux suspend source bucket](../flux_suspend_source_bucket/) - Suspend reconciliation of a Bucket +* [flux suspend source chart](../flux_suspend_source_chart/) - Suspend reconciliation of a HelmChart +* [flux suspend source git](../flux_suspend_source_git/) - Suspend reconciliation of a GitRepository +* [flux suspend source helm](../flux_suspend_source_helm/) - Suspend reconciliation of a HelmRepository diff --git a/docs/cmd/flux_suspend_source_bucket.md b/docs/cmd/flux_suspend_source_bucket.md index d869c3460ca42de57fbbf0ef2b42f3947fa1c494..ca41385f86fb9af245e234b5e7088f87d1b525c1 100644 --- a/docs/cmd/flux_suspend_source_bucket.md +++ b/docs/cmd/flux_suspend_source_bucket.md @@ -38,5 +38,5 @@ flux suspend source bucket [name] [flags] ### SEE ALSO -* [flux suspend source](/cmd/flux_suspend_source/) - Suspend sources +* [flux suspend source](../flux_suspend_source/) - Suspend sources diff --git a/docs/cmd/flux_suspend_source_chart.md b/docs/cmd/flux_suspend_source_chart.md index cdab6a82982ec337be7ebff8c647ae8faa8cfc6e..aa3c10783fded14a8eb8ef246b9a14b3d2637078 100644 --- a/docs/cmd/flux_suspend_source_chart.md +++ b/docs/cmd/flux_suspend_source_chart.md @@ -38,5 +38,5 @@ flux suspend source chart [name] [flags] ### SEE ALSO -* [flux suspend source](/cmd/flux_suspend_source/) - Suspend sources +* [flux suspend source](../flux_suspend_source/) - Suspend sources diff --git a/docs/cmd/flux_suspend_source_git.md b/docs/cmd/flux_suspend_source_git.md index bf4aa6d2ae6e69378dfa9ed65ce2449882afd094..50c372f17c2932c5742415ae94c2110c336f9137 100644 --- a/docs/cmd/flux_suspend_source_git.md +++ b/docs/cmd/flux_suspend_source_git.md @@ -38,5 +38,5 @@ flux suspend source git [name] [flags] ### SEE ALSO -* [flux suspend source](/cmd/flux_suspend_source/) - Suspend sources +* [flux suspend source](../flux_suspend_source/) - Suspend sources diff --git a/docs/cmd/flux_suspend_source_helm.md b/docs/cmd/flux_suspend_source_helm.md index ed4d7a42f03e3b9c200ce52c4de1bb52f7e5c638..1c8003cf0a91e9e629363644bb9621bceb1311f7 100644 --- a/docs/cmd/flux_suspend_source_helm.md +++ b/docs/cmd/flux_suspend_source_helm.md @@ -38,5 +38,5 @@ flux suspend source helm [name] [flags] ### SEE ALSO -* [flux suspend source](/cmd/flux_suspend_source/) - Suspend sources +* [flux suspend source](../flux_suspend_source/) - Suspend sources diff --git a/docs/cmd/flux_uninstall.md b/docs/cmd/flux_uninstall.md index 1815ddfd3a901472f7ac480d9e5fd7b37153a05c..d0cb8d8d8817927b0d6c6da2386da62890864000 100644 --- a/docs/cmd/flux_uninstall.md +++ b/docs/cmd/flux_uninstall.md @@ -44,5 +44,5 @@ flux uninstall [flags] ### SEE ALSO -* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines +* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines diff --git a/docs/components/index.md b/docs/components/index.md index 09d08d66aafd03631131ed8cccdef0ad9321f89c..ba58e794c93f9a17fa5bcfd664ac04de27a9116d 100644 --- a/docs/components/index.md +++ b/docs/components/index.md @@ -27,4 +27,4 @@ A reference for each component and API type is linked below. - [Image automation controllers](image/controller.md) - [ImageRepository CRD](image/imagerepositories.md) - [ImagePolicy CRD](image/imagepolicies.md) - - [ImageUpdateAutomation CRD](image/imageupdateautomation.md) + - [ImageUpdateAutomation CRD](image/imageupdateautomations.md) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index 0794af641deccad2908bb12db37bccd19f049a4a..dfad8eeb3ab5fe5c814ea6355d966e90379d1474 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -923,7 +923,7 @@ Verify that `kustomize build .` works, then commit the directory to you control Flux will apply the Deployment and it will use the AAD managed identity for that Pod to regularly fetch ACR tokens into your configured `KUBE_SECRET` name. Reference the `KUBE_SECRET` value from any `ImageRepository` objects for that ACR registry. -This example uses the `fluxcd/flux2` github archive as a remote base, but you may copy the [./manifests/integrations/registry-credentials-sync/azure](github.com/fluxcd/flux2/tree/main/manifests/integrations/registry-credentials-sync/azure) +This example uses the `fluxcd/flux2` github archive as a remote base, but you may copy the [./manifests/integrations/registry-credentials-sync/azure](https://github.com/fluxcd/flux2/tree/main/manifests/integrations/registry-credentials-sync/azure) folder into your own repository or use a git submodule to vendor it if preferred. #### Using Static Credentials [long-lived] diff --git a/docs/use-cases/azure.md b/docs/use-cases/azure.md index 9f08b6b55737cda379164279b55007cff55eb139..e1e750446a6bb6aef740e6a26775183a3427daf7 100644 --- a/docs/use-cases/azure.md +++ b/docs/use-cases/azure.md @@ -52,7 +52,7 @@ az aks create \ ## Flux Installation with Azure DevOps Repos -Ensure you can login to [https://dev.azure.com](dev.azure.com) for your proper organization, and create a new repo to hold your +Ensure you can login to [dev.azure.com](https://dev.azure.com) for your proper organization, and create a new repo to hold your flux install and other necessary config. There is no bootstrap provider currently for Azure DevOps Repos,