v0.2.1:
Run
loomloom doctor --output json first. If the current profile is already healthy, continue using it.
Browser login for preset platforms
--no-browser to print the URL instead of opening it automatically, or --login-timeout 10m when more than the default five minutes is needed.
Browser login is supported for the ShengSuanYun and CogFoundry presets. Custom Servers use an API Token.
API Token authentication
Create a Token from the selected platform: Verify the exact Server and Token pair before persisting it:token_env, then verify the active profile:
Credential rules
- Use a token only with the environment and platform that issued it.
- Send a token only over HTTPS and only to the host you explicitly configured.
- Never send a ShengSuanYun token to a CogFoundry host, or a CogFoundry token to a ShengSuanYun host.
- Do not follow a cross-domain redirect while retaining a token.
- Never place a real token in source code, committed
.envfiles, documentation, screenshots, logs, or support tickets. - Prefer the profile-specific
token_envreturned bydoctorover a command-line--token; command-line arguments may be retained in shell history or visible to local process inspection.
Logout
environment_token_set separately and does not edit shell configuration. Remove an environment Token only after identifying the exact token_env and intentionally updating your local configuration.