func/cmd
Luke Kingland aa582dad21
cli help text updates and flags cleanup (#1564)
* cli help text and flags cleanup

- verbose flag uses global setting throughout
- confirm flag added using shared visitor throughout
- path flag added using shared visitor throughout
- removes --version flag on root as redundant with subcommand
- splits main help's 'Main Commands' into 'Primary Commands' and 'Development
  Commands' groups
- Moves RunE definition into flag struct literals

* remove commented code
2023-03-01 09:35:54 +00:00
..
func chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
templates cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
testdata feat: deploy command global config with function context (#1434) 2023-02-06 08:43:35 +00:00
build.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
build_test.go chore: build and deploy test suite cleanup (#1437) 2023-02-16 08:42:51 +00:00
client.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
client_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
completion.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
completion_util.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
config.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
config_envs.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
config_volumes.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
create.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
create_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
delete.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
delete_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
deploy.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
deploy_test.go chore: build and deploy test suite cleanup (#1437) 2023-02-16 08:42:51 +00:00
describe.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
describe_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
invoke_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
languages.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
languages_test.go fix: mock and noop inconsistency (#1409) 2022-11-07 12:45:22 +00:00
list.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
list_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
prompt_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 cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
root_test.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
run.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
run_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
templates.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
templates_test.go fix: mock and noop inconsistency (#1409) 2022-11-07 12:45:22 +00:00
version.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00