func/cmd
Luke Kingland c9861ec24e
chore: cmd test cleanup (#1289)
All tests which are directory-sensitive now also:
- reset viper
- use t.Cleanup
- use t.TempDir
- use a clean XDG_CONFIG_HOME
- specify explict name when creating
- moves helpers to root_test
2022-10-03 22:03:28 +00:00
..
func feat: UX improvements for docker/podman usage (#1224) 2022-09-09 13:34:29 +00:00
templates feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
testdata feat: always store namespace in func.yaml and warn if current ns & func.yaml ns is different (#1118) 2022-07-20 16:35:01 +00:00
build.go feat: readonly global config (#1260) 2022-09-23 17:49:13 +00:00
build_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
client.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
completion.go Cleanup commands (#807) 2022-02-03 10:26:21 -08:00
completion_util.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
config.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
config_envs.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
config_labels.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
config_labels_test.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
config_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
config_volumes.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
create.go feat: readonly global config (#1260) 2022-09-23 17:49:13 +00:00
create_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
delete.go feat: readonly global config (#1260) 2022-09-23 17:49:13 +00:00
delete_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
deploy.go feat: readonly global config (#1260) 2022-09-23 17:49:13 +00:00
deploy_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
format.go chore: use dot as path default rather than absolute path (#1184) 2022-08-24 11:02:18 +00:00
info.go chore: use dot as path default rather than absolute path (#1184) 2022-08-24 11:02:18 +00:00
invoke.go chore: Refactor use of deprecated io/ioutil package (#1285) 2022-09-27 13:28:15 +00:00
invoke_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
languages.go use correct sample repository name in command usage (#1207) 2022-08-31 11:19:16 +00:00
languages_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
list.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
prompt_test.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
repository.go feat: readonly global config (#1260) 2022-09-23 17:49:13 +00:00
repository_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
root.go fix: stdin interactivity check (#1271) 2022-09-22 13:13:12 +00:00
root_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
run.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
run_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
templates.go fix: add extra request to template cmd to avoid subsequent if repo does not exist (#1206) (#1249) 2022-09-19 12:43:08 +00:00
templates_test.go chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
version.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00