kubevela/references/cli
Jianbo Sun 08a773341d
Fix: refine the erorr output format (#5843)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
2023-04-13 15:59:34 +08:00
..
adopt-templates Fix: fix multi clusters bottom in vela adopt (#5834) 2023-04-12 11:52:03 +08:00
resource-topology Fix: fix multi clusters bottom in vela adopt (#5834) 2023-04-12 11:52:03 +08:00
test-data Feat: support vela def vet the input "dir" and many cue files (#5806) 2023-04-07 14:12:37 +08:00
top Feat: migrate prism cluster (#5836) 2023-04-12 20:25:24 +08:00
addon-registry.go Fix: add addon registry (#5646) 2023-03-13 14:12:32 +08:00
addon.go Feat: list addon with specify registry (#5780) 2023-03-31 17:47:41 +08:00
addon_suite_test.go cleanup ioutil for newer go version (#5238) 2022-12-29 19:34:45 +08:00
addon_test.go Feat: SDK generating framework (#5431) 2023-02-21 15:54:44 +08:00
adopt.go Fix: refine the erorr output format (#5843) 2023-04-13 15:59:34 +08:00
adopt_test.go Feat: add adopt all command (#5690) 2023-03-17 14:46:06 +08:00
auth.go Feat: migrate prism cluster (#5836) 2023-04-12 20:25:24 +08:00
cli.go Feat: vela cluster export config (#5336) 2023-01-16 18:03:38 +08:00
cluster.go Feat: migrate prism cluster (#5836) 2023-04-12 20:25:24 +08:00
common.go
completion.go
components.go
config.go Chore: update the API schema (#4992) 2022-11-04 12:00:04 +08:00
config_test.go Feat: support to manage the configs by the CLI, UI, and workflow. (#4794) 2022-10-17 17:15:45 +08:00
debug.go Fix: fix vela debug cli to find id for step (#5294) 2023-01-10 16:46:21 +08:00
debug_test.go Fix: add debug for workflowrun and support debug sub steps (#5037) 2022-11-10 10:53:10 +08:00
def.go Feat: support vela def vet the input "dir" and many cue files (#5806) 2023-04-07 14:12:37 +08:00
def_test.go Feat: support vela def vet the input "dir" and many cue files (#5806) 2023-04-07 14:12:37 +08:00
defapply_test.go
delete.go Fix: aligin config create to be managed by apps with Dispatch function (#5384) 2023-01-31 16:55:37 +08:00
dryrun.go Feat: vela dry-run render results should be affected by override policy and deploy workflowstep (#4815) 2023-01-11 13:52:49 +08:00
dryrun_test.go Feat: vela dry-run render results should be affected by override policy and deploy workflowstep (#4815) 2023-01-11 13:52:49 +08:00
env.go Feat: support fallback to kubeconfig namespace when env not set (#5182) 2022-12-13 14:53:54 +08:00
env_test.go
exec.go
export.go
help.go
init.go Feat: support vela up --wait and --timeout (#5073) 2022-11-15 20:59:15 +08:00
install.go Fix: check the legacy definitions in vela install (#5268) 2023-01-05 19:13:19 +08:00
install_test.go
kube.go Feat: upgrade dependency (#5217) 2022-12-27 16:28:13 +08:00
kube_test.go
livediff.go Feat: vela dry-run render results should be affected by override policy and deploy workflowstep (#4815) 2023-01-11 13:52:49 +08:00
logs.go Fix: use step id to filter the log data and fix the regex (#5809) 2023-04-07 10:39:23 +08:00
ls.go Fix: addon ls comman does not show the componentless application (#5201) 2022-12-19 12:42:31 +08:00
ls_test.go Feat: support field selector filter for 'vela ls' (#5016) 2022-11-09 11:27:25 +08:00
pods.go
portforward.go
portforward_test.go
print.go Feat: support vela up --wait and --timeout (#5073) 2022-11-15 20:59:15 +08:00
provider.go Feat: support to manage the configs by the CLI, UI, and workflow. (#4794) 2022-10-17 17:15:45 +08:00
provider_test.go Feat: support to manage the configs by the CLI, UI, and workflow. (#4794) 2022-10-17 17:15:45 +08:00
registry.go Feat: beautify addon list experience (#4807) 2022-09-30 13:23:27 +08:00
registry_test.go
revision.go Feat: upgrade dependency (#5217) 2022-12-27 16:28:13 +08:00
revision_test.go cleanup ioutil for newer go version (#5238) 2022-12-29 19:34:45 +08:00
show.go Feat: add workflow step scope in doc gen (#5351) 2023-01-17 16:08:38 +08:00
show_test.go
showdef_test.go
status.go Feat: Add Request and Limit metrics to vela status --metrics (#5546) 2023-02-27 16:31:38 +08:00
suite_test.go Feat: upgrade k8s.io to 0.26 (#5758) 2023-04-10 11:19:05 +08:00
system.go Fix typo in the long cli description of vela system command (#5321) 2023-01-12 10:08:20 +08:00
top.go Fix: suppress klog logs output for vela top (#5448) 2023-02-08 15:48:44 +08:00
traits.go
traits_test.go
uischema.go Chore: optimize the package dependencies (#5596) 2023-03-07 16:19:37 +08:00
uischema_test.go
uninstall.go fix: errorMsg when uninstall vela (#5304) 2023-01-11 14:47:57 +08:00
uninstall_test.go
up.go Feat: update sharding using pkg (#5430) 2023-02-07 11:12:40 +08:00
up_test.go Feat: support to manage the configs by the CLI, UI, and workflow. (#4794) 2022-10-17 17:15:45 +08:00
utils.go Fix: get Application status using jsonpath filter expression (#4923) 2022-10-27 14:41:55 +08:00
utils_test.go Feat: add support for compressing apprev using gzip and zstd (#5090) 2022-11-24 10:27:13 +08:00
velaql.go Feat: add multicluster test for vela logs (#5168) 2022-12-09 10:43:54 +08:00
velaql_test.go cleanup ioutil for newer go version (#5238) 2022-12-29 19:34:45 +08:00
workflow.go Fix: use step id to filter the log data and fix the regex (#5809) 2023-04-07 10:39:23 +08:00
workflow_test.go Feat: add op.#Suspend and suspending phase in step (#5567) 2023-03-01 10:59:31 +08:00
workloads.go