Skip to content

bitrise-io/homebrew-den-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

brew tap bitrise-io/den-agent

self-hosted Bitrise runner

OS Support

Operating System Architecture
Linux x86_64
macOS Big Sur x86_64, arm64
macOS Monterey x86_64, arm64
macOS Ventura x86_64, arm64

How to use

Fetch the formulae in this tap:

brew tap bitrise-io/den-agent

Install latest or exact version:

# latest
brew install bitrise-den-agent

# exact version
brew install bitrise-den-agent@2.1.26

Link version (if needed):

brew link --overwrite bitrise-den-agent@2.1.26

Upgrade version:

brew upgrade bitrise-den-agent@2.1.26

Create a daemon from bitrise-den-agent:

This command sets up the Bitrise DEN agent as a daemon running under the current user.

It creates the necessary directories, installs or symlinks the agent binary, and configures the launchd plist to run the agent automatically.

  • The --bitrise-agent-intro-secret is a required token used to authenticate the agent during connection.
  • The optional --enable-agent-self-update flag makes sure the latest version of the Bitrise DEN agent is fetched and used.
  • Running as sudo is required to load the daemon properly.
sudo $(brew --prefix)/bin/create_bitrise_daemon.sh --bitrise-agent-intro-secret=YOUR_TOKEN --enable-agent-self-update

DEV center

https://devcenter.bitrise.io/

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages