func/cmd
Luke Kingland 51cb15b78a
feat: enable host builder via cli (#1748)
2023-06-20 17:33:34 +00:00
..
func src: interstitial commit version (#1817) 2023-06-20 17:15:34 +00:00
prompt chore: move prompts to a separate package (#1592) 2023-03-06 15:08:33 +00:00
templates Replace knative.dev/client references to knative.dev/client-pkg (#1671) 2023-04-10 15:59:39 +00:00
testdata feat: deploy command global config with function context (#1434) 2023-02-06 08:43:35 +00:00
build.go feat: enable host builder via cli (#1748) 2023-06-20 17:33:34 +00:00
build_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
client.go feat: func run support all build options (#1693) 2023-05-02 12:11:55 +00:00
client_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
completion.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
completion_util.go fix: template flag completion (#1670) 2023-04-07 18:25:20 +00:00
config.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
config_envs.go docs: standardize env flag help suffix (#1689) 2023-04-25 13:56:45 +00:00
config_git.go feat: implement `func config git remove` (#1626) 2023-03-17 12:09:36 +00:00
config_git_remove.go docs: standardize env flag help suffix (#1689) 2023-04-25 13:56:45 +00:00
config_git_set.go fix: don't require credentials when not configuring webhook (#1743) 2023-05-18 21:35:13 +00:00
config_labels.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
config_labels_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
config_test.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
config_volumes.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
create.go docs: standardize env flag help suffix (#1689) 2023-04-25 13:56:45 +00:00
create_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
delete.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
delete_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
deploy.go feat: enable host builder via cli (#1748) 2023-06-20 17:33:34 +00:00
deploy_test.go feat: enable host builder via cli (#1748) 2023-06-20 17:33:34 +00:00
describe.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
describe_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
environment.go adding default builders (#1796) 2023-06-14 17:01:46 +00:00
format.go chore: use dot as path default rather than absolute path (#1184) 2022-08-24 11:02:18 +00:00
invoke.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
invoke_test.go feat: enable host builder via cli (#1748) 2023-06-20 17:33:34 +00:00
languages.go docs: standardize env flag help suffix (#1689) 2023-04-25 13:56:45 +00:00
languages_test.go fix: mock and noop inconsistency (#1409) 2022-11-07 12:45:22 +00:00
list.go feat: add missing command aliases (#1775) 2023-06-05 09:39:42 +00:00
list_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
repository.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
repository_test.go feat: adds refspec support for `func repo add` (#1558) 2023-02-16 04:05:51 +00:00
root.go src: interstitial commit version (#1817) 2023-06-20 17:15:34 +00:00
root_test.go src: interstitial commit version (#1817) 2023-06-20 17:15:34 +00:00
run.go feat: enable host builder via cli (#1748) 2023-06-20 17:33:34 +00:00
run_test.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
templates.go docs: standardize env flag help suffix (#1689) 2023-04-25 13:56:45 +00:00
templates_test.go Add Python templates for gunicorn and uwsgi + Flask (#1655) 2023-04-10 19:03:48 +00:00
version.go src: remove date from version (#1776) 2023-06-05 09:50:41 +00:00