client/pkg/kn/commands
Navid Shaikh 46ecdcc32f
Make wait, no-wait and async flags per bool var CLI convention (#802)
* Make wait, no-wait and async flags per bool var CLI convention

 Fixes #800

 - Deprecated bool vars can be supported for CLI convention
 - Bind --async flag value to --no-wait
 - Only one flag among [wait, no-wait, async] can be provided, else raise an error

* Simplify conditionals

* Add unit tests for deprecated flag async

* Fix a typo
2020-04-14 12:36:16 -07:00
..
completion feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
flags Fix error when output is set to name (#775) 2020-04-13 21:58:15 -07:00
plugin fix(plugin): Fix plugin lookup with file ext on Windows (#774) 2020-04-03 05:57:18 -07:00
revision Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
route Fix resource listing with -oname flag (#799) 2020-04-14 07:10:16 -07:00
service Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
source Fix resource listing with -oname flag (#799) 2020-04-14 07:10:16 -07:00
trigger Fix resource listing with -oname flag (#799) 2020-04-14 07:10:16 -07:00
version Pin serving to v0.13.2 and update version command (#797) 2020-04-14 01:26:15 -07:00
describe.go Remove unused variables and unreachable code (#779) 2020-04-06 14:26:59 -07:00
describe_test.go Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
human_readable_flags.go feature(source binding): Support for Sink Binding as source (#625) 2020-01-29 12:08:27 -08:00
namespaced.go update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
namespaced_test.go fix lint errors (#388) 2019-08-24 22:46:13 -07:00
testing_helper.go refactor(source): Update to Knative eventing 0.13.0 (#705) 2020-03-06 13:47:27 -08:00
testing_helper_test.go refactor(source): Update to Knative eventing 0.13.0 (#705) 2020-03-06 13:47:27 -08:00
types.go fix: Fix default config path on Windows (#752) 2020-03-23 04:01:08 -07:00
types_test.go Report missing kubeconfig or error connecting to cluster (#725) 2020-03-10 03:34:29 -07:00
wait_flags.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
wait_flags_test.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00