Skip to content

getarcaneapp/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This is currently a WIP. While most functionality has been implemented, im still learning/rewriting things in rust.

Arcane CLI (Rust)

The official Arcane command-line client, implemented in Rust.

Install

This project lives in the Arcane repository. To build locally:

  • cargo build --release

The binary will be at:

  • ./target/release/arcane-cli

If you want a globally available binary, you can install from the workspace:

  • cargo install --path .

Configure

The CLI stores config in ~/.config/arcanecli.yml.

Set the Arcane server URL:

  • arcane-cli config set --server-url http://localhost:3552

Authenticate (choose one)

Option A: JWT login

  • arcane-cli-rust auth login

Option B: API key

  • arcane-cli config set --api-key arc_xxxxxxxxxxxxx

Usage

Run --help for a full command list:

  • arcane-cli --help

About

WIP Official Arcane CLI Tool, Rewritten in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages