Workspace folder is the delivery boundary
Looky CLI resolves context from your current directory. Wrong directory means wrong workspace identity, wrong billing context, and unreliable push results.
Required directory shape
<local_root>/
<billing_account_id>/
<workspace_slug>/
workspace.yml
content/
models/
visualizations/
dashboards/
exports/
runtime/
sources.runtime.yml
secrets/
How to verify workspace context quickly
- Move to workspace root:
cd <local_root>/<billing_account_id>/<workspace_slug> - Run:
looky status looky validate - Confirm workspace id is
<billing_account_id>/<workspace_slug>. - Open
workspace.ymland confirmidmatches folder slug.
What breaks when structure is wrong
looky validatemay fail to resolve local workspace.looky pushmay target wrong workspace id.looky list dashboardsmay show unexpected workspace results.
Billing commands run from <local_root>. Workspace commands run from <local_root>/<billing_account_id>/<workspace_slug>.