Skip to content

Commit 45729d9

Browse files
docs: Add Azure Cloud Shell installation instructions (#1685)
1 parent 25d43ec commit 45729d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cli/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ brew install lacework/tap/lacework-cli
3232
```
3333
choco install lacework-cli
3434
```
35+
36+
### Azure Cloud Shell:
37+
38+
1. In Cloud Shell, switch to Bash.
39+
2. Run the following commands:
40+
```
41+
mkdir -p "$HOME"/bin
42+
43+
curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash -s -- -d "$HOME"/bin
44+
```
45+
3. Exit and reconnect to Cloud Shell.
46+
3547
## Quick Configuration
3648

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

0 commit comments

Comments
 (0)