Docs / Reference

Reference

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 loginlooky whoamilooky billing list/use

Start workspace work

looky pull or looky createlooky statuslooky validate

Publish safely

looky difflooky pushlooky list dashboards/visualizations

Investigate source mismatch

looky sources diff and looky sources list

Placeholder conventions used in docs

  • <local_root>: local root linked during looky login.
  • <billing_account_id>: active billing account selected with looky billing use.
  • <workspace_slug>: one workspace folder under the billing account.

Troubleshooting entrypoint

For symptom-driven fixes, continue with Troubleshooting.