Skip to content

v1.162.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 13 Feb 06:32
· 4 commits to refs/heads/main since this release
161c074
Improve Atmos help @samtholiya @aknysh (#959)

what

  • Improve Atmos help

why

  • Outputting markdown in help descriptions makes it easier to visually parse
  • Markdown stylesheet keeps formatting consistent

examples

  • atmos about non-existent shows usage:
    image

  • Double dash in flags of atmos terraform --help and examples rendering using markdown if available
    image

  • Fixed atmos workflow --file example.yaml markdown. Now it also exits with exit code 1
    image

  • Updated Default error logger with markdown support
    image

  • Added custom alias help support so that alias in config should also be displayed in help
    image

  • Updated the workflow name invalid UI
    image

  • Invalid custom command config now shows better help
    image

  • Invalid flag usage added
    image