Skip to content
/ cli Public

CLI tool to access the ranna API from your terminal.

License

Notifications You must be signed in to change notification settings

ranna-go/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranna CLI

Usage

Usage cli:
  -auth string
        ranna API auth token
  -endpoint string
        ranna API endpoint (default "http://api.ranna.zekro.de")
  -f string
        code file to read (reads from stdin if not set)
  -i    Execute code inline
  -s string
        spec to use
  -v    Verbose logging
  -version string
        ranna API version (default "v1")

Config

You can store persistent configuration in a JSON, YAML or TOML file either directly in a config.* file next to the binary or in a .ranna directory in your home path.

endpoint:      https://public.ranna.zekro.de
version:       v1
authorization: some-optional-required-token

Binaries

You can download latest binaries for most common architectures from the GitHub Action Artifacts.

About

CLI tool to access the ranna API from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages