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 statusExpected Workflow
When available, the ACC integration will provide:
-
Automatic Setup
- SSH key management
- Repository configuration
- Application registration
-
Deployment Pipeline
- Automated builds
- Version management
- Environment configuration
-
Application Management
- Status monitoring
- Log access
- Configuration updates
Prerequisites (When Available)
The ACC integration will require:
- ACC Console account at console.akinoncloud.com
- Akinon CLI installation
- Proper SSH key configuration
Current Alternative
While waiting for integrated ACC commands, you can manually deploy your applications:
1. Build Your Application
pnpm build2. 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 .