Skip to content

Conversation

@pankgeorg
Copy link
Member

Generate and print base64-encoded auth.toml to stdout

./jh auth base64

Save to file

./jh auth base64 > encoded_auth.txt

Use in a pipeline

echo $(./jh auth base64) | some-other-command

The command will automatically:

  • ✅ Refresh the token if it's expired
  • ✅ Generate proper auth.toml content matching Julia's format
  • ✅ Encode to base64
  • ✅ Print to stdout for easy piping/redirection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants