Configuration and uploads
~/.vatio/config.json stores base_url and token. Environment variables override saved settings: VATIO_BASE_URL, VATIO_TOKEN, and VATIO_HOME (the configuration directory). config show can print the saved token; use doctor when sharing diagnostics.
tools check, diff, and push send workspace files to the platform for validation. They require network access and authentication. push creates the remote if missing; the other two require an existing workspace.
Uploads exclude hidden files and directories, node_modules, tmp, and log. Limits are 500 files, 2 MB per file, and 8 MB total. These exclusions do not make an ordinary file safe to store credentials in.
