[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History

billing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Billing utilities

+active-users

Estimates monthly active users of a GIT remote repo, based on past commits

Usage:

earthly --secret repoUrl=<repoUrl> github.com/earthly/lib/billing+active-users

Private repositories

SSH

For SSH URLs, SSH auth is passed-though from the host machine.

HTTPS

For HTTPS URLs, pass credentials within the URL:

earthly --secret repoUrl=https://<user>@<password>/host/repo.git github.com/earthly/lib/billing+active-users 

Note: For GitHub private repos you need to use a personal access token instead of your password