Skip to content

Commit

Permalink
docs: Add Azure Cloud Shell installation instructions (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggaetz-fortinet authored Dec 31, 2024
1 parent 25d43ec commit 45729d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ brew install lacework/tap/lacework-cli
```
choco install lacework-cli
```

### Azure Cloud Shell:

1. In Cloud Shell, switch to Bash.
2. Run the following commands:
```
mkdir -p "$HOME"/bin
curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash -s -- -d "$HOME"/bin
```
3. Exit and reconnect to Cloud Shell.

## Quick Configuration

The `lacework configure` command is the fastest way to set up your Lacework
Expand Down

0 comments on commit 45729d9

Please sign in to comment.