Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.
/ ark-cli Public archive

CLI utility for miscellaneous tasks with arklib

License

Notifications You must be signed in to change notification settings

ARK-Builders/ark-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ark-CLI

Installation

To compile you will need openssl libraries and headers:

# macOS (Homebrew)
$ brew install openssl@3

# macOS (MacPorts)
$ sudo port install openssl

# macOS (pkgsrc)
$ sudo pkgin install openssl

# Arch Linux
$ sudo pacman -S pkg-config openssl

# Debian and Ubuntu
$ sudo apt-get install pkg-config libssl-dev

# Fedora
$ sudo dnf install pkg-config perl-FindBin openssl-devel

# Alpine Linux
$ apk add pkgconfig openssl-dev

Usage

ark-cli <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    backup        
    collisions    
    help          Print this message or the help of the given subcommand(s)
    link          
    monitor       
    render        

Backup

USAGE:
    ark-cli backup [ROOTS_CFG]

ARGS:
    <ROOTS_CFG>    

OPTIONS:
    -h, --help    Print help information

Collisions

USAGE:
    ark-cli collisions [ROOT_DIR]

ARGS:
    <ROOT_DIR>    

OPTIONS:
    -h, --help    Print help information

Link

USAGE:
    ark-cli link <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    create    
    help      Print this message or the help of the given subcommand(s)
    load

Monitor

USAGE:
    ark-cli monitor [ARGS]

ARGS:
    <ROOT_DIR>    
    <INTERVAL>    

OPTIONS:
    -h, --help    Print help information

Render

USAGE:
    ark-cli render [ARGS]

ARGS:
    <PATH>       
    <QUALITY>    

OPTIONS:
    -h, --help    Print help information

About

CLI utility for miscellaneous tasks with arklib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages