mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-16 22:37:16 +00:00
38 lines
588 B
Markdown
38 lines
588 B
Markdown
---
|
|
title: vela cap center sync
|
|
---
|
|
|
|
Sync capabilities from remote center, default to sync all centers
|
|
|
|
### Synopsis
|
|
|
|
Sync capabilities from remote center, default to sync all centers
|
|
|
|
```
|
|
vela cap center sync [centerName] [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela cap center sync mycenter
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for sync
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-e, --env string specify environment name for application
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela cap center](vela_cap_center) - Manage Capability Center
|
|
|
|
###### Auto generated by spf13/cobra on 20-Mar-2021
|