image
Akan.js
English
DocsConventionsReferencesCheatsheet
image
Akan.js
MIT 라이선스 하에 배포되었습니다.
Akan.js 공식 컨설팅 서비스Akansoft
Copyright © 2026 Akan.js 모든 권리 보유.
시스템 관리자bassman
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
Next
명령어

Cloud CLI

Cloud command는 선택적인 Akan Cloud helper를 설정합니다. authentication, LLM setting, project question, framework update를 다룹니다.
`devOnly: true`로 표시된 internal deployment command는 의도적으로 이 문서에서 제외합니다.

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