Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show param default value in task describe #443

Merged
merged 2 commits into from
Nov 8, 2019

Commits on Nov 8, 2019

  1. Show param default value in task describe

    This will add the feature of showing default value
    of params in task describe command
    This will show the value on the same lines of
    pipeline describe command
    piyush-garg committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    28de919 View commit details
    Browse the repository at this point in the history
  2. Change DEFAULT_VALUE to DEFAULT VALUE

    This will change DEFAULT_VALUE to DEFAULT VALUE
    in pipeline and task describe command for
    better user readability.
    
    Also fixes test
    piyush-garg committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    68b1ec2 View commit details
    Browse the repository at this point in the history