Fix(link): add documentation links in workflow docs (#185)
* Fix(link): add documentation links in workflow docs * Fix(link): delete the .md suffix
This commit is contained in:
parent
3101bc97d5
commit
40933d4a45
|
@ -17,29 +17,29 @@ vela [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela components](vela_components.md) - List components
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela delete](vela_delete.md) - Delete an application
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela exec](vela_exec.md) - Execute command in a container
|
||||
* [vela export](vela_export.md) - Export deploy manifests from appfile
|
||||
* [vela help](vela_help.md) - Help about any command
|
||||
* [vela init](vela_init.md) - Create scaffold for an application
|
||||
* [vela logs](vela_logs.md) - Tail logs for application
|
||||
* [vela ls](vela_ls.md) - List applications
|
||||
* [vela port-forward](vela_port-forward.md) - Forward local ports to services in an application
|
||||
* [vela show](vela_show.md) - Show the reference doc for a workload type or trait
|
||||
* [vela status](vela_status.md) - Show status of an application
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela template](vela_template.md) - Manage templates
|
||||
* [vela traits](vela_traits.md) - List traits
|
||||
* [vela up](vela_up.md) - Apply an appfile
|
||||
* [vela version](vela_version.md) - Prints out build version information
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workloads](vela_workloads.md) - List workloads
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela components](vela_components) - List components
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
* [vela delete](vela_delete) - Delete an application
|
||||
* [vela env](vela_env) - Manage environments
|
||||
* [vela exec](vela_exec) - Execute command in a container
|
||||
* [vela export](vela_export) - Export deploy manifests from appfile
|
||||
* [vela help](vela_help) - Help about any command
|
||||
* [vela init](vela_init) - Create scaffold for an application
|
||||
* [vela logs](vela_logs) - Tail logs for application
|
||||
* [vela ls](vela_ls) - List applications
|
||||
* [vela port-forward](vela_port-forward) - Forward local ports to services in an application
|
||||
* [vela show](vela_show) - Show the reference doc for a workload type or trait
|
||||
* [vela status](vela_status) - Show status of an application
|
||||
* [vela system](vela_system) - System management utilities
|
||||
* [vela template](vela_template) - Manage templates
|
||||
* [vela traits](vela_traits) - List traits
|
||||
* [vela up](vela_up) - Apply an appfile
|
||||
* [vela version](vela_version) - Prints out build version information
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
* [vela workloads](vela_workloads) - List workloads
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,9 +22,9 @@ List and get addon in KubeVela
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela addon disable](vela_addon_disable.md) - disable an addon
|
||||
* [vela addon enable](vela_addon_enable.md) - enable an addon
|
||||
* [vela addon list](vela_addon_list.md) - List addons
|
||||
* [vela](vela) -
|
||||
* [vela addon disable](vela_addon_disable) - disable an addon
|
||||
* [vela addon enable](vela_addon_enable) - enable an addon
|
||||
* [vela addon list](vela_addon_list) - List addons
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela addon disable <addon-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela addon enable <addon-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -26,6 +26,6 @@ vela addon list [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage capability centers and installing/uninstalling capabilities
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap install](vela_cap_install.md) - Install capability into cluster
|
||||
* [vela cap ls](vela_cap_ls.md) - List capabilities from cap-center
|
||||
* [vela cap uninstall](vela_cap_uninstall.md) - Uninstall capability from cluster
|
||||
* [vela](vela) -
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
* [vela cap install](vela_cap_install) - Install capability into cluster
|
||||
* [vela cap ls](vela_cap_ls) - List capabilities from cap-center
|
||||
* [vela cap uninstall](vela_cap_uninstall) - Uninstall capability from cluster
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage Capability Center with config, sync, list
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap center config](vela_cap_center_config.md) - Configure (add if not exist) a capability center, default is local (built-in capabilities)
|
||||
* [vela cap center ls](vela_cap_center_ls.md) - List all capability centers
|
||||
* [vela cap center remove](vela_cap_center_remove.md) - Remove specified capability center
|
||||
* [vela cap center sync](vela_cap_center_sync.md) - Sync capabilities from remote center, default to sync all centers
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap center config](vela_cap_center_config) - Configure (add if not exist) a capability center, default is local (built-in capabilities)
|
||||
* [vela cap center ls](vela_cap_center_ls) - List all capability centers
|
||||
* [vela cap center remove](vela_cap_center_remove) - Remove specified capability center
|
||||
* [vela cap center sync](vela_cap_center_sync) - Sync capabilities from remote center, default to sync all centers
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap center config mycenter https://github.com/oam-dev/catalog/tree/master/r
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center remove mycenter
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center sync mycenter
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap install mycenter/route
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap uninstall route
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -25,8 +25,8 @@ of vela commands.
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela completion bash](vela_completion_bash.md) - generate autocompletions script for bash
|
||||
* [vela completion zsh](vela_completion_zsh.md) - generate autocompletions script for zsh
|
||||
* [vela](vela) -
|
||||
* [vela completion bash](vela_completion_bash) - generate autocompletions script for bash
|
||||
* [vela completion zsh](vela_completion_zsh) - generate autocompletions script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -36,6 +36,6 @@ vela completion bash
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela completion zsh
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela components
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage configurations
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela config del](vela_config_del.md) - Delete config
|
||||
* [vela config get](vela_config_get.md) - Get data for a config
|
||||
* [vela config ls](vela_config_ls.md) - List configs
|
||||
* [vela config set](vela_config_set.md) - Set data for a config
|
||||
* [vela](vela) -
|
||||
* [vela config del](vela_config_del) - Delete config
|
||||
* [vela config get](vela_config_get) - Get data for a config
|
||||
* [vela config ls](vela_config_ls) - List configs
|
||||
* [vela config set](vela_config_set) - Set data for a config
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config del <config-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config get <config-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config set <config-name> KEY=VALUE K2=V2
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,14 +22,14 @@ Manage Definitions
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela def apply](vela_def_apply.md) - Apply definition
|
||||
* [vela def del](vela_def_del.md) - Delete definition
|
||||
* [vela def edit](vela_def_edit.md) - Edit definition
|
||||
* [vela def get](vela_def_get.md) - Get definition
|
||||
* [vela def init](vela_def_init.md) - Init a new definition
|
||||
* [vela def list](vela_def_list.md) - List definitions
|
||||
* [vela def render](vela_def_render.md) - Render definition
|
||||
* [vela def vet](vela_def_vet.md) - Validate definition
|
||||
* [vela](vela) -
|
||||
* [vela def apply](vela_def_apply) - Apply definition
|
||||
* [vela def del](vela_def_del) - Delete definition
|
||||
* [vela def edit](vela_def_edit) - Edit definition
|
||||
* [vela def get](vela_def_get) - Get definition
|
||||
* [vela def init](vela_def_init) - Init a new definition
|
||||
* [vela def list](vela_def_list) - List definitions
|
||||
* [vela def render](vela_def_render) - Render definition
|
||||
* [vela def vet](vela_def_vet) - Validate definition
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def apply DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -35,6 +35,6 @@ vela def del DEFINITION_NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def edit NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -37,6 +37,6 @@ vela def get NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -43,6 +43,6 @@ vela def init DEF_NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -37,6 +37,6 @@ vela def list [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def render DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -34,6 +34,6 @@ vela def vet DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela delete frontend
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage environments
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela env delete](vela_env_delete.md) - Delete environment
|
||||
* [vela env init](vela_env_init.md) - Create environments
|
||||
* [vela env ls](vela_env_ls.md) - List environments
|
||||
* [vela env set](vela_env_set.md) - Set an environment
|
||||
* [vela](vela) -
|
||||
* [vela env delete](vela_env_delete) - Delete environment
|
||||
* [vela env init](vela_env_init) - Create environments
|
||||
* [vela env ls](vela_env_ls) - List environments
|
||||
* [vela env set](vela_env_set) - Set an environment
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela env delete test
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela env](vela_env) - Manage environments
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -35,6 +35,6 @@ vela env init test --namespace test --email my@email.com
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela env](vela_env) - Manage environments
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela env ls [env-name]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela env](vela_env) - Manage environments
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela env set test
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela env](vela_env) - Manage environments
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -30,6 +30,6 @@ vela exec [flags] APP_NAME -- COMMAND [args...]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -27,6 +27,6 @@ vela export
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,6 +22,6 @@ vela help [command]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela init
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -27,6 +27,6 @@ vela logs [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -35,6 +35,6 @@ port-forward APP_NAME [options] [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMO
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ show webservice
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela status APP_NAME
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ System management utilities
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela system cue-packages](vela_system_cue-packages.md) - List cue package
|
||||
* [vela system dry-run](vela_system_dry-run.md) - Dry Run an application, and output the K8s resources as result to stdout
|
||||
* [vela system info](vela_system_info.md) - Show vela client and cluster chartPath
|
||||
* [vela system live-diff](vela_system_live-diff.md) - Dry-run an application, and do diff on a specific app revison
|
||||
* [vela](vela) -
|
||||
* [vela system cue-packages](vela_system_cue-packages) - List cue package
|
||||
* [vela system dry-run](vela_system_dry-run) - Dry Run an application, and output the K8s resources as result to stdout
|
||||
* [vela system info](vela_system_info) - Show vela client and cluster chartPath
|
||||
* [vela system live-diff](vela_system_live-diff) - Dry-run an application, and do diff on a specific app revison
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela system cue-packages
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela system](vela_system) - System management utilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -34,6 +34,6 @@ vela dry-run
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela system](vela_system) - System management utilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -26,6 +26,6 @@ vela system info [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela system](vela_system) - System management utilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -36,6 +36,6 @@ vela live-diff -f app-v2.yaml -r app-v1 --context 10
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela system](vela_system) - System management utilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,7 +22,7 @@ Manage templates
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela template context](vela_template_context.md) - Show context parameters
|
||||
* [vela](vela) -
|
||||
* [vela template context](vela_template_context) - Show context parameters
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela template context
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela template](vela_template.md) - Manage templates
|
||||
* [vela template](vela_template) - Manage templates
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela traits
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -27,6 +27,6 @@ vela up
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -26,6 +26,6 @@ vela version [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Operate application workflow in KubeVela
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela workflow restart](vela_workflow_restart.md) - Restart an application workflow
|
||||
* [vela workflow resume](vela_workflow_resume.md) - Resume a suspend application workflow
|
||||
* [vela workflow suspend](vela_workflow_suspend.md) - Suspend an application workflow
|
||||
* [vela workflow terminate](vela_workflow_terminate.md) - Terminate an application workflow
|
||||
* [vela](vela) -
|
||||
* [vela workflow restart](vela_workflow_restart) - Restart an application workflow
|
||||
* [vela workflow resume](vela_workflow_resume) - Resume a suspend application workflow
|
||||
* [vela workflow suspend](vela_workflow_suspend) - Suspend an application workflow
|
||||
* [vela workflow terminate](vela_workflow_terminate) - Terminate an application workflow
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela workflow restart <application-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela workflow resume <application-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela workflow suspend <application-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela workflow terminate <application-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela workloads
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -64,6 +64,8 @@ first-vela-workflow express-server webservice workflowSuspending
|
|||
|
||||
We can use `vela workflow resume` to resume the workflow.
|
||||
|
||||
> For more information of `vela workflow`,please ref [vela cli](../../cli/vela_workflow).
|
||||
|
||||
```shell
|
||||
$ vela workflow resume first-vela-workflow
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ If we have multiple clusters, we want to apply our application in the test clust
|
|||
|
||||
In this guide, you will learn how to manage multi environments via `multi-env` in `Workflow`.
|
||||
|
||||
> Before reading this section, please make sure you have learned about the [Env Binding](../policies/envbinding) in KubeVela.
|
||||
|
||||
## How to use
|
||||
|
||||
Apply the following `Application` with workflow step type of `multi-env`:
|
||||
|
|
|
@ -17,29 +17,29 @@ vela [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela components](vela_components.md) - List components
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela delete](vela_delete.md) - Delete an application
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela exec](vela_exec.md) - Execute command in a container
|
||||
* [vela export](vela_export.md) - Export deploy manifests from appfile
|
||||
* [vela help](vela_help.md) - Help about any command
|
||||
* [vela init](vela_init.md) - Create scaffold for an application
|
||||
* [vela logs](vela_logs.md) - Tail logs for application
|
||||
* [vela ls](vela_ls.md) - List applications
|
||||
* [vela port-forward](vela_port-forward.md) - Forward local ports to services in an application
|
||||
* [vela show](vela_show.md) - Show the reference doc for a workload type or trait
|
||||
* [vela status](vela_status.md) - Show status of an application
|
||||
* [vela system](vela_system.md) - System management utilities
|
||||
* [vela template](vela_template.md) - Manage templates
|
||||
* [vela traits](vela_traits.md) - List traits
|
||||
* [vela up](vela_up.md) - Apply an appfile
|
||||
* [vela version](vela_version.md) - Prints out build version information
|
||||
* [vela workflow](vela_workflow.md) - Operate application workflow in KubeVela
|
||||
* [vela workloads](vela_workloads.md) - List workloads
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela components](vela_components) - List components
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
* [vela delete](vela_delete) - Delete an application
|
||||
* [vela env](vela_env) - Manage environments
|
||||
* [vela exec](vela_exec) - Execute command in a container
|
||||
* [vela export](vela_export) - Export deploy manifests from appfile
|
||||
* [vela help](vela_help) - Help about any command
|
||||
* [vela init](vela_init) - Create scaffold for an application
|
||||
* [vela logs](vela_logs) - Tail logs for application
|
||||
* [vela ls](vela_ls) - List applications
|
||||
* [vela port-forward](vela_port-forward) - Forward local ports to services in an application
|
||||
* [vela show](vela_show) - Show the reference doc for a workload type or trait
|
||||
* [vela status](vela_status) - Show status of an application
|
||||
* [vela system](vela_system) - System management utilities
|
||||
* [vela template](vela_template) - Manage templates
|
||||
* [vela traits](vela_traits) - List traits
|
||||
* [vela up](vela_up) - Apply an appfile
|
||||
* [vela version](vela_version) - Prints out build version information
|
||||
* [vela workflow](vela_workflow) - Operate application workflow in KubeVela
|
||||
* [vela workloads](vela_workloads) - List workloads
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,9 +22,9 @@ List and get addon in KubeVela
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela addon disable](vela_addon_disable.md) - disable an addon
|
||||
* [vela addon enable](vela_addon_enable.md) - enable an addon
|
||||
* [vela addon list](vela_addon_list.md) - List addons
|
||||
* [vela](vela) -
|
||||
* [vela addon disable](vela_addon_disable) - disable an addon
|
||||
* [vela addon enable](vela_addon_enable) - enable an addon
|
||||
* [vela addon list](vela_addon_list) - List addons
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela addon disable <addon-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela addon enable <addon-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -26,6 +26,6 @@ vela addon list [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela addon](vela_addon.md) - List and get addon in KubeVela
|
||||
* [vela addon](vela_addon) - List and get addon in KubeVela
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage capability centers and installing/uninstalling capabilities
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap install](vela_cap_install.md) - Install capability into cluster
|
||||
* [vela cap ls](vela_cap_ls.md) - List capabilities from cap-center
|
||||
* [vela cap uninstall](vela_cap_uninstall.md) - Uninstall capability from cluster
|
||||
* [vela](vela) -
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
* [vela cap install](vela_cap_install) - Install capability into cluster
|
||||
* [vela cap ls](vela_cap_ls) - List capabilities from cap-center
|
||||
* [vela cap uninstall](vela_cap_uninstall) - Uninstall capability from cluster
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage Capability Center with config, sync, list
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap center config](vela_cap_center_config.md) - Configure (add if not exist) a capability center, default is local (built-in capabilities)
|
||||
* [vela cap center ls](vela_cap_center_ls.md) - List all capability centers
|
||||
* [vela cap center remove](vela_cap_center_remove.md) - Remove specified capability center
|
||||
* [vela cap center sync](vela_cap_center_sync.md) - Sync capabilities from remote center, default to sync all centers
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap center config](vela_cap_center_config) - Configure (add if not exist) a capability center, default is local (built-in capabilities)
|
||||
* [vela cap center ls](vela_cap_center_ls) - List all capability centers
|
||||
* [vela cap center remove](vela_cap_center_remove) - Remove specified capability center
|
||||
* [vela cap center sync](vela_cap_center_sync) - Sync capabilities from remote center, default to sync all centers
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap center config mycenter https://github.com/oam-dev/catalog/tree/master/r
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center remove mycenter
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap center sync mycenter
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap center](vela_cap_center.md) - Manage Capability Center
|
||||
* [vela cap center](vela_cap_center) - Manage Capability Center
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap install mycenter/route
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela cap ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela cap uninstall route
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela cap](vela_cap.md) - Manage capability centers and installing/uninstalling capabilities
|
||||
* [vela cap](vela_cap) - Manage capability centers and installing/uninstalling capabilities
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -25,8 +25,8 @@ of vela commands.
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela completion bash](vela_completion_bash.md) - generate autocompletions script for bash
|
||||
* [vela completion zsh](vela_completion_zsh.md) - generate autocompletions script for zsh
|
||||
* [vela](vela) -
|
||||
* [vela completion bash](vela_completion_bash) - generate autocompletions script for bash
|
||||
* [vela completion zsh](vela_completion_zsh) - generate autocompletions script for zsh
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -36,6 +36,6 @@ vela completion bash
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela completion zsh
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela completion](vela_completion) - Output shell completion code for the specified shell (bash or zsh)
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela components
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage configurations
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela config del](vela_config_del.md) - Delete config
|
||||
* [vela config get](vela_config_get.md) - Get data for a config
|
||||
* [vela config ls](vela_config_ls.md) - List configs
|
||||
* [vela config set](vela_config_set.md) - Set data for a config
|
||||
* [vela](vela) -
|
||||
* [vela config del](vela_config_del) - Delete config
|
||||
* [vela config get](vela_config_get) - Get data for a config
|
||||
* [vela config ls](vela_config_ls) - List configs
|
||||
* [vela config set](vela_config_set) - Set data for a config
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config del <config-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config get <config-name>
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config ls
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela config set <config-name> KEY=VALUE K2=V2
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela config](vela_config.md) - Manage configurations
|
||||
* [vela config](vela_config) - Manage configurations
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,14 +22,14 @@ Manage Definitions
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela def apply](vela_def_apply.md) - Apply definition
|
||||
* [vela def del](vela_def_del.md) - Delete definition
|
||||
* [vela def edit](vela_def_edit.md) - Edit definition
|
||||
* [vela def get](vela_def_get.md) - Get definition
|
||||
* [vela def init](vela_def_init.md) - Init a new definition
|
||||
* [vela def list](vela_def_list.md) - List definitions
|
||||
* [vela def render](vela_def_render.md) - Render definition
|
||||
* [vela def vet](vela_def_vet.md) - Validate definition
|
||||
* [vela](vela) -
|
||||
* [vela def apply](vela_def_apply) - Apply definition
|
||||
* [vela def del](vela_def_del) - Delete definition
|
||||
* [vela def edit](vela_def_edit) - Edit definition
|
||||
* [vela def get](vela_def_get) - Get definition
|
||||
* [vela def init](vela_def_init) - Init a new definition
|
||||
* [vela def list](vela_def_list) - List definitions
|
||||
* [vela def render](vela_def_render) - Render definition
|
||||
* [vela def vet](vela_def_vet) - Validate definition
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def apply DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -35,6 +35,6 @@ vela def del DEFINITION_NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def edit NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -37,6 +37,6 @@ vela def get NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -43,6 +43,6 @@ vela def init DEF_NAME [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -37,6 +37,6 @@ vela def list [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -38,6 +38,6 @@ vela def render DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -34,6 +34,6 @@ vela def vet DEFINITION.cue [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela def](vela_def.md) - Manage Definitions
|
||||
* [vela def](vela_def) - Manage Definitions
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -33,6 +33,6 @@ vela delete frontend
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela) -
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -22,10 +22,10 @@ Manage environments
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela env delete](vela_env_delete.md) - Delete environment
|
||||
* [vela env init](vela_env_init.md) - Create environments
|
||||
* [vela env ls](vela_env_ls.md) - List environments
|
||||
* [vela env set](vela_env_set.md) - Set an environment
|
||||
* [vela](vela) -
|
||||
* [vela env delete](vela_env_delete) - Delete environment
|
||||
* [vela env init](vela_env_init) - Create environments
|
||||
* [vela env ls](vela_env_ls) - List environments
|
||||
* [vela env set](vela_env_set) - Set an environment
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
|
@ -32,6 +32,6 @@ vela env delete test
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela env](vela_env.md) - Manage environments
|
||||
* [vela env](vela_env) - Manage environments
|
||||
|
||||
###### Auto generated by spf13/cobra on 19-Aug-2021
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue