Skip to content

Releases: microsoft/knack

knack v0.7.2

23 Dec 05:42
dc7b7d8
Compare
Choose a tag to compare
  • [Config] Support listing sections (#217)

knack v0.7.1

09 May 03:33
57441fa
Compare
Choose a tag to compare
  • Rollback get_config_parser in config.py (#205)

knack v0.7.0

08 May 09:43
43414cb
Compare
Choose a tag to compare
  • Add a default_value_source property in HelpParameter (#202)
  • Support removing option/section from config file (#201)
  • Support writing comment to config file (#201)
  • Import configparser directly instead of from six (#201)
  • Drop get_config_parser function from config.py (#201)

knack v0.7.0rc4

22 Apr 02:49
32dc01c
Compare
Choose a tag to compare
knack v0.7.0rc4 Pre-release
Pre-release
  • Change the timing to raise EVENT_CLI_POST_EXECUTE event (#199)
  • Make CLI.invoke catch SystemExit (#199)

knack v0.7.0rc3

16 Apr 03:38
6ac9e4d
Compare
Choose a tag to compare
knack v0.7.0rc3 Pre-release
Pre-release
  • Change experimental tag color to cyan

knack v0.7.0rc1

20 Mar 05:39
c50bdc0
Compare
Choose a tag to compare
knack v0.7.0rc1 Pre-release
Pre-release
  • Allow disabling color (#171)
  • Support yaml and yamlc output (#173)
  • Drop support for python 2 and 3.5 (#174)
  • Support --only-show-errors to disable warnings (#179)
  • Add experimental tag (#180)

knack v0.6.3

09 Jul 15:04
Compare
Choose a tag to compare

This release:

  • Fixes issue where argument marked is_preview=True would not always be handled correctly.
  • Fixes issue where ensuring a directory exists could cause a race condition.

knack v0.6.2

22 May 22:21
159055f
Compare
Choose a tag to compare
  • Adds ability to declare that command groups, commands, and arguments are in a preview status and therefore might change or be removed. This is done by passing the kwarg is_preview=True.
  • Adds a generic StatusTag class to knack.util that allows you to create your own colorized tags like [Preview] and [Deprecated].
  • When an incorrect command name is entered, Knack will now attempt to suggest the closest alternative.

knack v0.6.1

26 Apr 00:17
5f1a480
Compare
Choose a tag to compare

Always read from local for configured_default

knack v0.6.0

24 Apr 22:19
Compare
Choose a tag to compare

Support local context chained config file