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

Refactor fs subcommands into fs command #1150

Merged
merged 3 commits into from
May 16, 2016
Merged

Refactor fs subcommands into fs command #1150

merged 3 commits into from
May 16, 2016

Commits on May 5, 2016

  1. Refactor fs subcommands into fs command

    Refactors `nomad fs` command to eliminate `fs` subcommands.
    Automatically displays the file, if the path specified is a file; lists
    the directory if the path is a directory; or displays stat information
    if the `-stat` flag is set.
    
    Currently running `nomad fs ls` to find a file, then running the exact
    same command with the exception of `cat` instead of `ls` is time
    consuming and awkward. This allows operational testing to be greatly
    enhanced, and makes our lives so much better.
    grubernaut committed May 5, 2016
    Configuration menu
    Copy the full SHA
    d4b8133 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Update documentation

    grubernaut committed May 9, 2016
    Configuration menu
    Copy the full SHA
    cf2d8b6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Update per comments

    grubernaut committed May 16, 2016
    Configuration menu
    Copy the full SHA
    c1ef910 View commit details
    Browse the repository at this point in the history