Skip to Content
CLICommandsACC Management

Future Feature: ACC application management commands are planned for future releases. This will provide comprehensive application lifecycle management within ACC.

Overview

The ACC application management commands will provide seamless integration with ACC App Store  for deploying and managing your UI Protocol applications in the cloud.

Planned Commands

Application Creation

# Planned commands (not yet available) akinon-ui acc:create # Create new ACC application akinon-ui acc:sync # Sync with existing application akinon-ui acc:deploy # Deploy application to ACC akinon-ui acc:status # Check application status

Expected Workflow

When available, the ACC integration will provide:

  1. Automatic Setup

    • SSH key management
    • Repository configuration
    • Application registration
  2. Deployment Pipeline

    • Automated builds
    • Version management
    • Environment configuration
  3. Application Management

    • Status monitoring
    • Log access
    • Configuration updates

Prerequisites (When Available)

The ACC integration will require:

Current Alternative

While waiting for integrated ACC commands, you can manually deploy your applications:

1. Build Your Application

pnpm build

2. Create ACC Configuration

Follow the manual setup guide in the ACC Integration documentation.

3. Use ACC Console

Deploy through the ACC Console web interface or using the standalone Akinon CLI.

Timeline

ACC integration commands are under active development. Projects created with create-akinon-app are designed to be compatible with these future features.

For current ACC deployment options, please refer to the ACC documentation .