List
List saved formulas on the local registry.
Usage
Use the list
command to list saved formulas on your machine:
g0 list
Or shorthand ls
:
g0 ls
By default, the list command only lists the latest version of each formula.
You can list all versions of a specific formula by specifying the formula name:
g0 ls [formula-name]
Or, use the --all
option to list all versions:
g0 ls --all
Use the show command to show the metadata and files of a saved formula.
Advanced Usage
Filter by name
You can also filter results by matching formula name:
g0 ls --filter nextjs
# This will match "scalable-nextjs", "nextjs-rules", etc.