Cloud commands configure optional Akan Cloud helpers: authentication, LLM settings, project questions, and framework updates.
Internal deployment commands marked `devOnly: true` are intentionally not documented here.
login
Login to Akan Cloud services for the current workspace.
Use it before cloud-assisted flows that require credentials, account state, or remote project access.
Signature
Examples
logout
Logout from Akan Cloud services for the current workspace.
Use it to clear the active cloud session when switching accounts or removing cloud access from the local environment.
Signature
Examples
set-llm
Configure an LLM API key used by cloud-assisted or AI-assisted commands.
The command stores the workspace-level LLM setting so project questions and generation helpers use the intended provider.
Signature
Examples
reset-llm
Reset the workspace LLM configuration back to the default behavior.
Use it when a custom provider or key should no longer be used by AI-assisted command flows.
Signature
Examples
ask
Ask the configured AI assistant a question about the current project.
Pass `--question` for a non-interactive request, or omit it to enter the command's prompt-based question flow.
Signature
Options
Option
Type
Default
Enum / Flag
Description
--question
String
-
ask prompt
Question to ask. Prompts interactively when omitted.
--question
Type
String
Default
-
Enum / Flag
ask prompt
Description
Question to ask. Prompts interactively when omitted.
Examples
update
Update Akan.js framework packages using the selected release tag.
Use `latest` for normal updates and prerelease tags such as `beta`, `rc`, or `canary` only when intentionally testing that channel.