Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

support list command #32

Open
suzuki-shunsuke opened this issue Jul 30, 2018 · 0 comments
Open

support list command #32

suzuki-shunsuke opened this issue Jul 30, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@suzuki-shunsuke
Copy link
Owner

$ akoi list
akoi
  0.1.0
  0.2.0
consul
  1.2.0
  1.2.1
$ akoi list akoi
0.1.0
0.2.0
$ akoi list -f json
{
  "akoi": ["0.1.0", "0.2.0"],
  "consul": ["1.2.0", "1.2.1"]
}
$ akoi list consul -f json
["1.2.0", "1.2.1"]
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jul 30, 2018
@suzuki-shunsuke suzuki-shunsuke self-assigned this Jul 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant