kubevela/references/cli
Somefive 3de9e391ee
Feat: vela cuex eval (#5562)
* Feat: vela cuex render

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

* feat: CLI command `vela cuex eval <file>`

Signed-off-by: Zhenghao Lou <rhzx3519@gmail.com>

* responsive writer

Signed-off-by: Somefive <yd219913@alibaba-inc.com>

---------

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
Signed-off-by: Zhenghao Lou <rhzx3519@gmail.com>
Co-authored-by: Zhenghao Lou <rhzx3519@gmail.com>
2023-04-23 10:21:11 +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: vela cuex eval (#5562) 2023-04-23 10:21:11 +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 cuex eval (#5562) 2023-04-23 10:21:11 +08:00
cluster.go Feat: migrate prism cluster (#5836) 2023-04-12 20:25:24 +08:00
common.go Feat: delete svc flag from vela delete cli cmd (#4448) 2022-07-25 22:17:07 +08:00
completion.go
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
cuex.go Feat: vela cuex eval (#5562) 2023-04-23 10:21:11 +08:00
cuex_test.go Feat: vela cuex eval (#5562) 2023-04-23 10:21:11 +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 Feat: support vela def apply for directory (#4142) 2022-07-24 16:34:13 +08:00
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 Feat: refactor vela help (#5895) 2023-04-21 14:19:36 +08:00
export.go
help.go Feat: refactor vela help (#5895) 2023-04-21 14:19:36 +08:00
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 Feat: support vela kube apply for CUE and JSON files (#4420) 2022-07-21 16:02:57 +08:00
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 Feat: refactor vela help (#5895) 2023-04-21 14:19:36 +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 Feat: refactor vela help (#5895) 2023-04-21 14:19:36 +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
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 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 Feat: refactor vela help (#5895) 2023-04-21 14:19:36 +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 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 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 Fix: fix uninstallation continues when answer is no (#4709) 2022-09-12 21:46:58 +08:00
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 Chore: update description of policy/workflowstep definition (#4428) 2022-07-25 10:34:26 +08:00