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

Alphabetize listings in CLI #2326

Merged
merged 1 commit into from
Aug 11, 2017
Merged

Commits on Aug 10, 2017

  1. Added alphabetized sorting

    - Created interfaces `Printables` and `Sortables`
    
    - Made Actions, Triggers, Packages, Rules, APIs into Printables and
    Sortables
    
    - Made Activations into Printables and Sortables, Sort currently undefined
    
    - Made alphabetic sorting default, sort by last update time with --time flag
    
    - Changed sorting default back to last update time, --sort flag for
    alphabetical sorting
    
    - Updated flag name to "--name-sort"/"-n"
    
    - Made tests in ApiGwTests & WskBasicUsageTests
    
    - Update to WskRuleTests
    
    - Updated Docs
    
    - Fixed rule status printing for `wsk list` and `wsk namespace get`
    underwoodb-sd authored and underwoodb-sd-ibm committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    84149f4 View commit details
    Browse the repository at this point in the history