Lists all available marketplace applications that can be deployed on Vultr instances for quick application setup.
The vultr-cli apps list
command displays all available marketplace applications that can be deployed on Vultr instances, helping users identify options for quick application deployment.
$ vultr-cli apps list [flags]
# Full example
$ vultr-cli applications list
# Full example with paging
$ vultr-cli applications list --per-page=1 --cursor="bmV4dF9fMg=="
# Shortened with alias commands
$ vultr-cli a l
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) Cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.