client/pkg/kn/commands/revision
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
..
delete.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
delete_test.go feat(wait): add sync revision delete operation (#688) 2020-02-29 06:09:51 -08:00
describe.go Add "--target-utilization" to manage "autoscaling.knative.dev/targetUtilizationPercentage" annotation (#788) 2020-04-09 03:49:03 -07:00
describe_test.go Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
human_readable_flags.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
list.go Fix resource listing with -oname flag (#799) 2020-04-14 07:10:16 -07:00
list_test.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
revision.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
revision_test.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00