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

List command #68

Merged
merged 10 commits into from Oct 26, 2018
Merged

List command #68

merged 10 commits into from Oct 26, 2018

Conversation

jnummelin
Copy link
Contributor

@jnummelin jnummelin commented Oct 11, 2018

fixes #30

$  bundle exec mortar list
SHOT            RESOURCES
hello            10

RESOURCES refers to the count of resources fund from the given shot

$  bundle exec mortar list -q
hello

Also quiet option to allow easy scripting around.

Copy link
Contributor

@kke kke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto completions

lib/mortar/list_command.rb Outdated Show resolved Hide resolved
@jnummelin jnummelin added this to the 0.3.0 milestone Oct 12, 2018
@jnummelin
Copy link
Contributor Author

@kke added completions and changed to use tty-table. also added some docs for this, plus docs for missing describe command. :) PTAL

lib/mortar/list_command.rb Outdated Show resolved Hide resolved
lib/mortar/root_command.rb Outdated Show resolved Hide resolved
opt/bash-completion.sh Outdated Show resolved Hide resolved
lib/mortar/list_command.rb Outdated Show resolved Hide resolved
lib/mortar/list_command.rb Outdated Show resolved Hide resolved
kke and others added 5 commits October 25, 2018 12:51
Co-Authored-By: jnummelin <jussi.nummelin@gmail.com>
Co-Authored-By: jnummelin <jussi.nummelin@gmail.com>
Co-Authored-By: jnummelin <jussi.nummelin@gmail.com>
@jnummelin
Copy link
Contributor Author

@kke fixed all the comments, PTAL

@jnummelin jnummelin merged commit 6440bfb into master Oct 26, 2018
@jnummelin jnummelin deleted the feature/list-command branch October 26, 2018 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mortar list command to list all shots
2 participants