Skip to content

RemiBardon/clever-cloud-logs-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clever-cloud-logs

clever-cloud-logs is a CLI created to stream Clever Cloud app logs in a terminal.

Usage

clever-cloud-logs <APP_ID> --consumer_key <OAUTH_CONSUMER_KEY> --consumer_secret <OAUTH_CONSUMER_SECRET>

Requirements

Installation

git pull https://github.com/RemiBardon/clever-cloud-logs
cargo run -- <APP_ID> --consumer_key <OAUTH_CONSUMER_KEY> --consumer_secret <OAUTH_CONSUMER_SECRET>

All of the trailing arguments are passed to the binary to run. If you're passing arguments to both Cargo and the binary, the ones after -- go to the binary, the ones before go to Cargo.

About

clever-cloud-logs is a CLI created to stream Clever Cloud app logs in a terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages