func/cmd
Luke Kingland 096085d751
feat: configurable s2i builder images (#1024)
adds support for the builderImages func.yaml attribute
2022-06-01 06:12:02 +09:00
..
func src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
testdata/repository.git feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
build.go feat: configurable s2i builder images (#1024) 2022-06-01 06:12:02 +09:00
build_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
client.go fix: read pwd from non-tty input (#996) 2022-04-28 12:09:53 +00:00
completion.go Cleanup commands (#807) 2022-02-03 10:26:21 -08:00
completion_util.go Improve help for the `build` sub-command (#1023) 2022-05-26 17:21:00 +02:00
config.go Improve error handling (#916) 2022-03-22 17:18:17 -07:00
config_envs.go Improve error handling (#916) 2022-03-22 17:18:17 -07:00
config_labels.go feat: command help text template preprocessing (#875) 2022-03-02 03:56:43 -08:00
config_labels_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
config_volumes.go 🐛 allow adding environment variables without a cluster connection (#893) 2022-03-16 07:20:00 -07:00
create.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
create_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
delete.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
delete_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
deploy.go fix: read pwd from non-tty input (#996) 2022-04-28 12:09:53 +00:00
deploy_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
format.go feat: add a URL output type for `func describe` (#389) 2021-06-18 09:50:36 +02:00
info.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
invoke.go feat: improved invoke verbosity (#1007) 2022-05-11 19:16:35 +00:00
list.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
prompt_test.go fix: read pwd from non-tty input (#996) 2022-04-28 12:09:53 +00:00
repository.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
repository_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
root.go feat: s2i builder with preliminary node support (#923) 2022-04-05 13:08:44 +00:00
root_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
run.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
run_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
version.go src: promote verbosity to constructor arg (#869) 2022-03-04 11:19:36 -08:00