Skip to content

bl ls

List snippets or stacks

List all stored snippets and stacks with their version numbers.

By default, shows both snippets and stacks. Use flags to filter by type. All resources are shown with version numbers included.

bl ls [flags]
# List everything
bl ls
# List only snippets
bl ls --snippets
# List only stacks
bl ls --stacks
-h, --help help for ls
-n, --snippets List snippets
-k, --stacks List stacks
-V, --verbose Enable verbose debug output