Liking cljdoc? Tell your friends :D

github.clj.alpha

clojars badge

Tools

clojure -Ttools install-latest :lib io.github.ajchemist/github.clj.alpha :as github
clojure -Tgithub setup-secrets-from-pass :basic-auth ""\"user:$(pass user-secret)\""" :repository owner/repo

CLI

clojure -Sdeps '{:deps {ajchemist/github.clj.alpha {:git/url "https://github.com/ajchemist/github.clj.alpha" :sha "f96dac478fce55e655608da9c3816b4f7e7cfda0"}}}' \
	-- \
	-m github.core.alpha.script.repo-actions \
	list-secrets \
	--owner OWNER \
	--repo REPO \
	--basic-auth BASIC_AUTH

Can you improve this documentation? These fine people already did:
magneto & ajchemist
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close