func/cmd
Lance Ball 44ff20d782
chore: remove timestamp from generated docs (#1265)
This is causing trouble with new PRs that potentially change CLI flags
or other user-facing UX. Another option besides completely removing the
version information is to modify Version.StringVerbose() so that it uses
the value of the most recent semver tag (or Knative tag).

```
❯ git describe --match "v*"
v0.34.0-6-g6d26e64c

❯ git describe --match "knative*"
knative-v1.7.0-6-g6d26e64c
```

This is nice, but could be misleading if the UX has changed since that
release.

Signed-off-by: Lance Ball <lball@redhat.com>

Signed-off-by: Lance Ball <lball@redhat.com>
2022-09-21 13:55:10 +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 fix: registry prompt result being ignored (#1268) 2022-09-21 04:28:09 +00:00
build_test.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
client.go feat: `invoke` - allow insecure connections over SSL (#1255) 2022-09-20 12:25:10 +00:00
completion.go Cleanup commands (#807) 2022-02-03 10:26:21 -08:00
completion_util.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
config.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
config_envs.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
config_labels.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
config_labels_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
config_test.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
config_volumes.go Improve `func config envs` (#1188) 2022-08-30 15:41:17 +00:00
create.go doc: use cobra markdown generator for command docs (#1169) 2022-08-25 13:16:19 +00:00
create_test.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
delete.go doc: use cobra markdown generator for command docs (#1169) 2022-08-25 13:16:19 +00:00
delete_test.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
deploy.go fix: incorrect deploy namespace warnings (#1257) 2022-09-20 02:34:09 +00:00
deploy_test.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +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 feat: `invoke` - allow insecure connections over SSL (#1255) 2022-09-20 12:25:10 +00:00
languages.go use correct sample repository name in command usage (#1207) 2022-08-31 11:19:16 +00:00
languages_test.go feat: languages list command (#1114) 2022-07-18 11:20:59 +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 chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
repository_test.go src: exported client constructor with options (#883) 2022-03-30 00:58:46 +00:00
root.go chore: remove timestamp from generated docs (#1265) 2022-09-21 13:55:10 +00:00
root_test.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
run.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
run_test.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +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 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
version.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00