kubevela/references/cli
qiaozp cadaa996da
Fix: remove useless field when loading pod in top (#5228)
Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>

Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
2022-12-26 11:57:42 +08:00
..
adopt-templates Feat: vela adopt command (#5197) 2022-12-20 16:12:34 +08:00
test-data Feat: support dry-run with cue format definition (#5078) 2022-11-16 18:09:59 +08:00
top Fix: remove useless field when loading pod in top (#5228) 2022-12-26 11:57:42 +08:00
addon-registry.go fix gitlab addon registry (#4934) 2022-10-27 19:03:57 +08:00
addon.go Feat: support NOTES.cue in addon for additional info printer (#5195) 2022-12-16 18:07:27 +08:00
addon_suite_test.go Feat: add options for addon parameter (#5166) 2022-12-07 17:22:38 +08:00
addon_test.go Feat: add options for addon parameter (#5166) 2022-12-07 17:22:38 +08:00
adopt.go Feat: vela adopt command (#5197) 2022-12-20 16:12:34 +08:00
auth.go Fix: enhance grant privileges output (#3962) 2022-05-24 14:31:32 +08:00
cli.go Feat: vela adopt command (#5197) 2022-12-20 16:12:34 +08:00
cluster.go Fix: apiserver & vela status use multi-cluster client (#4916) 2022-10-28 14:02:42 +08:00
common.go Feat: delete svc flag from vela delete cli cmd (#4448) 2022-07-25 22:17:07 +08:00
completion.go Chore: refine CLI help message and docs (#3068) 2022-01-10 17:45:20 +08:00
components.go Add description column to vela trait and component command (#4107) 2022-06-08 14:28:32 +08:00
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: add debug for workflowrun and support debug sub steps (#5037) 2022-11-10 10:53:10 +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 huawei cloud terraform generation (#5144) 2022-12-03 12:42:52 +08:00
def_test.go Feat: support vela def apply for directory (#4142) 2022-07-24 16:34:13 +08:00
defapply_test.go Feat: support vela def apply for directory (#4142) 2022-07-24 16:34:13 +08:00
delete.go Feat: gc orphan resources (#4847) 2022-12-20 16:14:23 +08:00
dryrun.go Feat: support fallback to kubeconfig namespace when env not set (#5182) 2022-12-13 14:53:54 +08:00
dryrun_test.go Feat: support dry-run with cue format definition (#5078) 2022-11-16 18:09:59 +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 Refactor(cli): Refactor vela env, deprecate vela config (#2037) 2021-10-08 13:10:47 +08:00
exec.go Chore: use functions from kubevela/pkg (#4693) 2022-09-09 15:10:18 +08:00
export.go Chore: refine CLI help message and docs (#3068) 2022-01-10 17:45:20 +08:00
help.go Feat: vela up support read from stdin && refine CLI output && fix vela addon command (#3080) 2022-01-12 17:43:08 +08:00
init.go Feat: support vela up --wait and --timeout (#5073) 2022-11-15 20:59:15 +08:00
install.go Fix: higher version contraint in install command (#5021) 2022-11-09 11:24:57 +08:00
install_test.go Feat: support install and uninstall vela core (#3181) 2022-02-09 11:48:38 +08:00
kube.go Chore: refactor workflow from workflow engine (#4631) 2022-09-02 12:55:03 +08:00
kube_test.go Feat: support vela kube apply for CUE and JSON files (#4420) 2022-07-21 16:02:57 +08:00
livediff.go Feat: support dry-run with cue format definition (#5078) 2022-11-16 18:09:59 +08:00
logs.go Feat: implement pipeline APIs (#4908) 2022-10-31 23:59:04 +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 Feat: refactor CLI commands related to resources (#4500) 2022-08-01 19:44:27 +08:00
portforward.go Chore: use functions from kubevela/pkg (#4693) 2022-09-09 15:10:18 +08:00
portforward_test.go Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
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 Fix: pend registry test (#3420) 2022-03-11 11:35:40 +08:00
revision.go Chore: refine logs and align using klog/v2 (#5145) 2022-12-02 14:50:06 +08:00
revision_test.go Feat: add support for compressing apprev using gzip and zstd (#5090) 2022-11-24 10:27:13 +08:00
show.go Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
show_test.go Fix: fixed the problems of display definition in web and support displaying WorkflowStep and Policy (#4234) 2022-06-23 19:45:49 +08:00
showdef_test.go Chore: update description of policy/workflowstep definition (#4428) 2022-07-25 10:34:26 +08:00
status.go Fix: vela status --endpoint show no IP when only one master node (#5129) 2022-11-30 10:41:11 +08:00
suite_test.go Feat: support vela def apply for directory (#4142) 2022-07-24 16:34:13 +08:00
system.go Fix: fix the vela system info command can not work (#4713) 2022-09-13 16:18:19 +08:00
top.go Feat: add filtering features to the `Application` view and `K8S object` view of `vela top` (#4612) 2022-08-15 10:36:12 +08:00
traits.go Add description column to vela trait and component command (#4107) 2022-06-08 14:28:32 +08:00
traits_test.go Fix: modify the template definition to solve the trait cli error Signed-off-by: Shijie Zhong <zhongsjie@cmbchina.com> (#3877) 2022-05-13 10:52:23 +08:00
uischema.go Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
uischema_test.go Feat: add cluster name in service endpoint (#3076) 2022-01-12 14:44:22 +08:00
uninstall.go Fix: fix uninstallation continues when answer is no (#4709) 2022-09-12 21:46:58 +08:00
uninstall_test.go Fix: fix uninstallation continues when answer is no (#4709) 2022-09-12 21:46:58 +08:00
up.go Feat: support vela up --wait and --timeout (#5073) 2022-11-15 20:59:15 +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 Fix: remove the reference of v1beta1 ingress (#5026) 2022-11-08 22:59:31 +08:00
workflow.go Fix: add debug for workflowrun and support debug sub steps (#5037) 2022-11-10 10:53:10 +08:00
workflow_test.go Feat: add support for compressing apprev using gzip and zstd (#5090) 2022-11-24 10:27:13 +08:00
workloads.go Chore: update description of policy/workflowstep definition (#4428) 2022-07-25 10:34:26 +08:00