Skip to content

apikcloud/apix-cli

 
 

Repository files navigation

apix

ApiX Command Line Tool

PyPI PyPI GitHub last commit (by committer)

Installation

Install from PyPI:

pip install apix-cli

Quickstart

On first launch, you will be asked to enter certain parameters.

Create project :

project name is the name of the online database you want to create locally.

apix project new <project name>

Run project :

apix project run <project name> --reload

Update modules :

apix project update-modules <project name> <database name> module1,module2

Documentation

Please refer to : https://apikcloud.github.io/apix-cli/