Skip to content

Commit

Permalink
add ls alias to store list
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Viel <[email protected]>
  • Loading branch information
luxifer authored and alexellis committed Oct 3, 2018
1 parent 7a861db commit 517db31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/store_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func init() {

var storeListCmd = &cobra.Command{
Use: `list [--url STORE_URL]`,
Aliases: []string{"ls"},
Short: "List available OpenFaaS functions in a store",
Example: ` faas-cli store list --url https://domain:port/store.json`,
RunE: runStoreList,
Expand Down

0 comments on commit 517db31

Please sign in to comment.