An open API service indexing awesome lists of open source software.

https://github.com/arcjet/homebrew-tap

The Arcjet CLI gives you terminal access to the Arcjet security platform.
https://github.com/arcjet/homebrew-tap

Last synced: 2 months ago
JSON representation

The Arcjet CLI gives you terminal access to the Arcjet security platform.

Awesome Lists containing this project

README

          




Arcjet Logo

# Homebrew Tap




GitHub release badge

[Arcjet](https://arcjet.com) is the runtime security platform that ships with
your code. This is the official [Homebrew](https://brew.sh) tap for the
[Arcjet CLI](https://github.com/arcjet/cli).

## Install

```bash
brew install arcjet/tap/arcjet
```

This adds the tap and installs the `arcjet` CLI in a single command. To add the
tap separately:

```bash
brew tap arcjet/tap
brew install arcjet
```

## Upgrade

```bash
brew upgrade arcjet
```

## Usage

Log in to your Arcjet account:

```bash
arcjet auth login
```

Get a security briefing for your site:

```bash
arcjet briefing --site-id site_01abc123
```

See the [Arcjet CLI repository](https://github.com/arcjet/cli) for the full
command reference, or run `arcjet --help` to see all available commands.

## Get help

Need help with anything?
[Email us](mailto:support@arcjet.com) or
[join our Discord](https://arcjet.com/discord) to get support from our
engineering team.

## Support

This repository follows the [Arcjet Support Policy](https://docs.arcjet.com/support).

## Security

This repository follows the [Arcjet Security Policy](https://docs.arcjet.com/security).