CLI quick reference
Use this page as your operational cheatsheet.
# Auth and root linkage
looky login https://my.looky.studio <local_root>
looky whoami
looky logout
# Billing context (run from <local_root>)
looky billing list
looky billing use <billing_account_id>
# Workspace lifecycle (run from <local_root>/<billing_account_id>)
looky workspaces
looky pull <workspace_slug>
looky create <workspace_slug> --name "My Workspace" --description "..."
# Build/publish loop (run from workspace root)
looky status
looky validate
looky diff
looky push
looky rollback
# Runtime source checks
looky sources diff
looky sources list
# Published content checks
looky list visualizations
looky list dashboards
Command usage by phase
Day-zero onboarding
looky login → looky whoami → looky billing list/use
Start workspace work
looky pull or looky create → looky status → looky validate
Publish safely
looky diff → looky push → looky list dashboards/visualizations
Investigate source mismatch
looky sources diff and looky sources list
Placeholder conventions used in docs
<local_root>: local root linked duringlooky login.<billing_account_id>: active billing account selected withlooky billing use.<workspace_slug>: one workspace folder under the billing account.
Troubleshooting entrypoint
For symptom-driven fixes, continue with Troubleshooting.