image
Akan.js
English
DocsConventionsReferencesCheatsheet
image
Akan.js
Released under the MIT License
Official Akan.js Consulting onAkansoft
Copyright © 2026 Akan.js All rights reserved.
System managed bybassman
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
Previous
Page
Next
akanjs/base

Cloud CLI

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
OptionTypeDefaultEnum / FlagDescription
--questionString-ask promptQuestion 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.
Signature
Options
OptionTypeDefaultEnum / FlagDescription
--tagStringlatestlatest | dev | canary | beta | rc | alphaAkan.js update tag.
--tag
Type
String
Default
latest
Enum / Flag
latest | dev | canary | beta | rc | alpha
Description
Akan.js update tag.
Examples
Cloud CLI
login
logout
set-llm
reset-llm
ask
update