mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
renaming file names to fix github README display
This commit is contained in:
+22
-22
@@ -1,10 +1,10 @@
|
||||
## vela
|
||||
|
||||
|
||||
✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
```
|
||||
vela [flags]
|
||||
@@ -19,31 +19,31 @@ vela [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela app:delete](vela_app:delete.md) - Delete OAM Applications
|
||||
* [vela app:ls](vela_app:ls.md) - List applications
|
||||
* [vela app:run](vela_app:run.md) - Run a bundle of OAM Applications
|
||||
* [vela app:show](vela_app:show.md) - get detail spec of your app
|
||||
* [vela app:status](vela_app:status.md) - get status of an application
|
||||
* [vela cap:add](vela_cap:add.md) - Add capability into cluster
|
||||
* [vela cap:center:config](vela_cap:center:config.md) - Configure or add the capability center, default is local (built-in capabilities)
|
||||
* [vela cap:center:sync](vela_cap:center:sync.md) - Sync capabilities from remote center, default to sync all centers
|
||||
* [vela cap:ls](vela_cap:ls.md) - List all capabilities in center
|
||||
* [vela cap:remove](vela_cap:remove.md) - Remove capability from cluster
|
||||
* [vela app:delete](vela_app_delete.md) - Delete OAM Applications
|
||||
* [vela app:ls](vela_app_ls.md) - List applications
|
||||
* [vela app:run](vela_app_run.md) - Run a bundle of OAM Applications
|
||||
* [vela app:show](vela_app_show.md) - get detail spec of your app
|
||||
* [vela app:status](vela_app_status.md) - get status of an application
|
||||
* [vela cap:add](vela_cap_add.md) - Add capability into cluster
|
||||
* [vela cap:center:config](vela_cap_center_config.md) - Configure or add the capability center, default is local (built-in capabilities)
|
||||
* [vela cap:center:sync](vela_cap_center_sync.md) - Sync capabilities from remote center, default to sync all centers
|
||||
* [vela cap:ls](vela_cap_ls.md) - List all capabilities in center
|
||||
* [vela cap:remove](vela_cap_remove.md) - Remove capability from cluster
|
||||
* [vela completion](vela_completion.md) - Output shell completion code for the specified shell (bash or zsh)
|
||||
* [vela containerized:run](vela_containerized:run.md) - Run containerized workloads
|
||||
* [vela containerized:run](vela_containerized_run.md) - Run containerized workloads
|
||||
* [vela dashboard](vela_dashboard.md) - Setup API Server and launch Dashboard
|
||||
* [vela deployment:run](vela_deployment:run.md) - Run deployment workloads
|
||||
* [vela deployment:run](vela_deployment_run.md) - Run deployment workloads
|
||||
* [vela env](vela_env.md) - List environments
|
||||
* [vela env:delete](vela_env:delete.md) - Delete environment
|
||||
* [vela env:init](vela_env:init.md) - Create environments
|
||||
* [vela env:sw](vela_env:sw.md) - Switch environments
|
||||
* [vela env:delete](vela_env_delete.md) - Delete environment
|
||||
* [vela env:init](vela_env_init.md) - Create environments
|
||||
* [vela env:sw](vela_env_sw.md) - Switch environments
|
||||
* [vela rollout](vela_rollout.md) - Attach rollout trait to an app
|
||||
* [vela rollout:detach](vela_rollout:detach.md) - Detach rollout trait from an app
|
||||
* [vela rollout:detach](vela_rollout_detach.md) - Detach rollout trait from an app
|
||||
* [vela scale](vela_scale.md) - Attach scale trait to an app
|
||||
* [vela scale:detach](vela_scale:detach.md) - Detach scale trait from an app
|
||||
* [vela system:info](vela_system:info.md) - show vela client and cluster version
|
||||
* [vela system:init](vela_system:init.md) - Initialize vela on both client and server
|
||||
* [vela system:update](vela_system:update.md) - Sync definition from cluster
|
||||
* [vela scale:detach](vela_scale_detach.md) - Detach scale trait from an app
|
||||
* [vela system:info](vela_system_info.md) - show vela client and cluster version
|
||||
* [vela system:init](vela_system_init.md) - Initialize vela on both client and server
|
||||
* [vela system:update](vela_system_update.md) - Sync definition from cluster
|
||||
* [vela traits](vela_traits.md) - List traits
|
||||
* [vela version](vela_version.md) - Prints out build version information
|
||||
* [vela workloads](vela_workloads.md) - List workloads
|
||||
|
||||
@@ -30,6 +30,6 @@ vela delete frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela app:ls
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela run myAppBundle
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela app:show <APPLICATION-NAME>
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela app:status <APPLICATION-NAME>
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela cap:add mycenter/route
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela cap:center:config mycenter https://github.com/oam-dev/catalog/cap-center
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela cap:center:sync mycenter
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela cap:ls
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela cap:remove route
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -23,7 +23,7 @@ of vela commands.
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
* [vela completion bash](vela_completion_bash.md) - generate autocompletions script for bash
|
||||
* [vela completion zsh](vela_completion_zsh.md) - generate autocompletions script for zsh
|
||||
|
||||
|
||||
@@ -35,6 +35,6 @@ vela containerized:run frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ dashboard
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -35,6 +35,6 @@ vela deployment:run frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela env [env-name]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -30,6 +30,6 @@ vela env:delete test
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela env:init test --namespace test
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela env:sw test
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -35,6 +35,6 @@ vela rollout frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -32,6 +32,6 @@ vela rollout:detach frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -33,6 +33,6 @@ vela scale frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -32,6 +32,6 @@ vela scale:detach frontend
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -24,6 +24,6 @@ vela system:info [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -25,6 +25,6 @@ vela system:init [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -30,6 +30,6 @@ vela system:update
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
@@ -31,6 +31,6 @@ vela traits
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -24,6 +24,6 @@ vela version [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
@@ -30,6 +30,6 @@ vela workloads
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [vela](vela.md) -
|
||||
* [vela](vela.md) - ✈️ A Micro App Platform for Kubernetes.
|
||||
|
||||
###### Auto generated by spf13/cobra on 17-Aug-2020
|
||||
|
||||
Reference in New Issue
Block a user