Skip to main content

lvl package get

List packages or get info

lvl package get [package name or ID [package...]] [flags]

Examples

List packages:
lvl package get
List packages with search:
lvl package get -f walk
Get info about a specific package:
lvl package get walk-php

Options

  -f, --filter string   How to filter API results?
-h, --help help for get
-n, --number int32 How many things should we retrieve from the API?

Options inherited from parent commands

      --apikey string   API key
--config string config file (default is $HOME/.lvl.yaml)
-o, --output string Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
--trace Do detailed network request logging. This is intended for debugging and should not be parsed.

SEE ALSO