Skip to content

drrcknlsn/axo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axo

CLI tools for working with the Axosoft API

Installation

git clone https://github.com/drrcknlsn/axo.git

Configuration

Copy over the example environment file:

cp .env.example .env

Set the appropriate values:

AXO_BASE_URL=https://youraccount.axosoft.com
AXO_CLIENT_ID=your-client-id-goes-here
AXO_CLIENT_SECRET=yourclientsecret
AXO_USERNAME=yourusername
AXO_PASSWORD=yourpassword

You can find your client ID/secret within Axosoft (instructions).

Usage

./bin/axo <command> [options] [arguments]

Available Commands

./bin/axo list

About

CLI tools for working with the Axosoft API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published