Akinon Release Notes (05/12/2025) are now live! Click here to learn what's new.
LogoLogo
API Reference
  • Home
  • Quick Start
  • Tutorials
  • Technical Guides
  • Release Notes
  • Glossary
  • Welcome to Akinon Technical Guides
  • ACC
    • ACC CLI
    • Create Application via CLI
    • Deploy Environment Variables
    • App Store for Developers
  • Omnitron
    • Product Types
    • Product Categorization
    • Splitting a Merged Order Item
  • Commerce
    • Shipping Rules Calculator
    • Data Source Shipping Options
    • Attribute Based Shipping Options
    • Filtering Products
    • Conversation & Messages
    • Sitemap Configuration
    • Weight-Based Product Sales
    • Group Attribute Sets
    • Contract Management
    • Find in Store for Whippy Ware
    • Plugins
    • Remote Price
    • E-mail Templates
    • Loyalty Accounts
    • Search Structure
    • User Segmentation & Rules
    • Promotions
  • OMS
    • Getting Started with OMS
    • Basic Setup
    • Scenarios
    • Capacity Feature
    • Package Management
      • Packages
      • Transfer
      • States
    • Commands
      • Packages
        • Package Command Parameters
        • DeAllocate Package Reservations Command
        • Channel Based Complete Packaging without Shipment Command
        • Complete Packaging with Shipment Command
        • Complete Packaging without Shipment Command
        • Package Refuse with Denial Reason Command
        • Product Not Found & Wrong Product Command
        • Product Not Found & Wrong Product Command Advanced
        • Package Packed for Refund Command
        • Block The Package For Action Command
        • Unblock the Package For Action Command
        • Update The Package’s Invoice
        • Manual Planning Command
      • Transfer
        • Transfer Order Advanced Command
        • Product for Transfer Not Found & Wrong Product Command
        • Transfer Delivered Command
        • Transfer Dispatch Command
        • Transfer Ready for Dispatch Command
        • Transfer Out Of Stock
      • Shipment
        • Shipment Order Command
        • Package Advanced Shipment Command
        • Ship The Package Command
        • Ship The Package without Shipment Integration Command
        • Update The Package’s Shipment Status Command
        • Update Shipment Info of Package Command
    • Inventory Locations & Engine
      • Properties & Domain Relation
      • Customization
      • Inventory Engine
    • Fulfillment
      • Shipments
      • Invoice Integration
    • Webhooks
      • Webhook Examples
        • Order Webhook
        • Package Webhook
        • Shipment Webhook
        • Stock Location Webhook
        • Transfer Webhook
    • Integrating OMS with Seller Center
  • Instore
    • Getting Started
    • Cash Register Integration
    • OTP (One Time Password) Process
    • Services
      • Password Reset Services
  • Marketplace Dashboard
    • N11 Marketplace Setup Configurations
    • Trendyol Marketplace Setup Configurations
    • Walmart Marketplace Setup Configurations
    • Amazon Marketplace Setup Configurations
    • Hepsiburada Marketplace Setup Configurations
  • Project Zero
    • Django
      • Basic Setup
      • Project Structure
        • Templates & Components
        • Private Dependencies
        • Omnife Project Submodule
        • Webpack
        • ESLint Rules
        • Bundles
        • Multilanguage & Translation
        • Environmental File
        • Custom Error Pages
        • Icon Font
      • Page Types
        • Static Pages & Flatpages
        • Account Page
          • Template Rendering in Account Pages
          • Forms & Validation
        • Basket Page
          • Redux Basket State
          • Basket Page - View
        • Checkout
          • Redux Checkout State
          • View & Template Rendering
          • Masking & Validation
      • Theming & Styling
      • Widgets
      • SEO Management
      • Extending Project Zero
    • Next.js
      • Basic Setup
      • Deployment
      • Static Assets
      • Plugins
      • Widgets
      • Icons
      • Localization
      • SEO Management
      • Advanced Usage
      • Data Fetching
        • Client
          • Account
          • Address
          • Basket
          • Checkout
          • Misc
          • Product
          • User
          • Wishlist
        • Server
          • Category
          • Flat Page
          • List
          • Menu
          • Product
          • SEO
          • Special Page
          • Widget
  • App Maker
    • Setup Your Environment
    • Plugin Quickstart
    • Create Project
    • Setup Existing Project
    • Deploy Project
    • Users and Roles
    • Add Public Key
    • App Maker CLI
    • Create App on Stores
      • Creating App on Apple App Store
      • Creating App on Google Play Store
    • Mobile App Framework
      • Configuration
      • Framework
      • Project Structure
        • Structure
        • Data Containers
        • Pages
      • Dependency Integration
        • Plugins
        • Akinon Plugin Adapter
  • Akifast
    • HPP
      • Getting Started
      • Authorization
      • Payment Session Creation
        • Key Points Before Creating a Payment Session
        • Creating Payment Session
        • Redirecting to the Payment Page
        • Errors Encountered During Payment Session Creation
      • Merchant Services
        • Shipping Query URL
        • Agreement Query URL
        • Other URLs
  • B2B
    • Getting Started
    • B2B Setup
  • Adds-on
    • Invoicer
      • Introduction
      • Invoice & Pay On Delivery Service
  • Channel App Template
    • Introduction
    • Installation and Usage
    • Development Steps
      • Folder Structure
      • Starting Step
      • Encoding the Sales Channel
        • Introduction
        • Setup
        • Products
        • Product Price
        • Product Stock
        • Product Image
        • Orders
        • Product Data
      • Adding a New Command to Akinon
      • Listening for External Requests
    • Architecture
      • Introduction
      • Integration
      • Services (Flows)
        • Introduction
        • Product Service
        • Price Service
        • Stock Service
        • Image Service
        • Order Service
  • Multi Regional Settings
    • Multi Regional Settings
Powered by GitBook

© 2025 Akinon. All rights reserved.

On this page
  • Installation
  • Usage
  • Commands
  • Identity Verification
  • Public Keys
  • Applications
  • Projects

Was this helpful?

  1. ACC

ACC CLI

Akinon CLI is an application designed to enable managing projects and applications on ACC through the command-line interface.

Installation

Download project code on Python 3.6 or higher version, and create virtual environment. The system will be ready to use when the below commands are launched in the project array.

$ pip install -r requirements.txt
$ python setup.py install

Usage

In ACC, each user is the member of an Account. For each user, an Account is created automatically when they first sign up. Authorized users on Account can add new users from CLI or from the interface. It is currently not possible to create membership on CLI application.

After typing a command in the CLI, information about the necessary parameters and what that command does can be obtained with the -h parameter.

Example:

akinoncli users -h

Before you start using the CLI, you need to launch a command to set the URL to which the CLI client will send requests. You can complete this process by launching below command. It does not produce any outcome.

akinoncli base-url set https://be-console.akinoncloud.com

Commands

Akinon CLI contains commands designed for developers.

Identity Verification

The user first has to verify their identity to carry out projects, applications and other actions on Akinon CLI. If a user has already logged in with an identity, they need to log out of the previous session to log in with a different identity.


  • akinoncli login

Users log-in by entering their e-mail address and password.


  • akinoncli logout

The account logs out for the logged-in identity and related information is deleted.

Public Keys

The user must add a public key to enable access to code storage of applications in the projects. Code storage cannot be accessed otherwise.


  • akinoncli publickey create {key}

User adds public key.

Parameter
Description
Mandatory

key

text in the .ssh/id_rsa.pub file

Yes

Example

akinoncli publickey create "ssh-rsa AAAAB..."


  • akinoncli publickey list

Lists existing Public Keys.


  • akinoncli publickey delete {ID}

Removes public key.

Parameter
Description
Mandatory

ID

Public Key ID

Yes

Applications

In ACC, users can upload and publish their own applications or use applications published by other users in their projects.

To be able to publish an application, it should be managed with the Git version control system. Once the application is created in ACC, the user can send the code storage to the Git address provided if the user has added a Public Key.

For an application to be compiled and issued by ACC, the home directory should contain a file titled akinon.json.


  • akinoncli application create {name} {slug} {is_private}

It creates a new application.

Parameter
Description
Mandatory

name

Application Name

Yes

slug

Application Slug (it should be unique)

Yes

is_private

Whether the application can be shared or not. (true/false)

Yes

Once the application is successfully created, thelist command should be launched to find out the Git address.


  • akinoncli application list

It lists the applications.


When the applications are listed, the code storage address of the application in Clone URL ACC returns if the application is ready.

Go to the application directory to install, then send the application by launching the Git commands below.

$ git remote add akinon {CLONE_URL}
$ git push akinon {branch_name}

Before an application can be issued under a project, it needs to be compiled in ACC. In order to enable compiling, the user needs to create the stable version.This can be done by entering tag commands on Git. Then the newly created version must be sent to be code storage in ACC.

Example

$ git tag 1.0
$ git push akinon --tags

Once the version label is sent, compiling can be conducted on CLI.


  • akinoncli application build {app_id} {tag}

The compiling process is initiated for the specified version label of the application.

Parameter
Description
Mandatory

app_id

Application ID

Yes

tag

Version label to be compiled

Yes

Example

$ akinoncli application build 1 1.0

  • akinoncli application versions {app_id}

Lists the compiled versions of the application.

Parameter
Description
Mandatory

app_id

Application ID

Yes

If the listed version is completed, it means the related application version is ready to be issued. An application cannot be issued on its own. It needs to be ProjectAppadded within a project as . The ProjectApps can be issued with the compiled stable version of the application.


Projects

Projects in ACC refer to the ecosystem, where various applications gather to operate in an integrated manner. When a project is created, the Omnitron application developed by Akinon is automatically added to the project and launched. The Omnitron application lies at the heart of a project.


  • akinoncli project list It lists projects.


  • akinoncli project create {name} {slug}

It creates a projects.

Parameter
Description
Mandatory

name

Project Name

Yes

slug

Project Slug (It should be unique.)

Yes

PreviousACCNextCreate Application via CLI

Last updated 15 days ago

Was this helpful?