The pull command allows you to synchronize snippets from your Snipplle workspace into your local project folder.
It reads the configuration from snipplle.config.json (created with init) and downloads the snippets according to your workspace settings.
In your project folder, run:
snipplle pull -s <workspace-slug>/<snippet-slug>@<version>
snipplle pull -c <workspace-slug>/<collection-slug>
The CLI will:
snipplle.config.jsonAfter the command completes, your local project contains the latest snippets from Snipplle.
pull depends on:
Without these, the command will fail and provide guidance on missing steps.