kubeshark/cli
2022-01-12 18:05:12 +02:00
..
apiserver Refactor to agent status (#622) 2022-01-11 20:01:39 +02:00
auth changed ask confirmation to be asked only once (#409) 2021-10-28 14:55:33 +03:00
cmd Adding experimental feature flags (#627) 2022-01-12 09:33:41 +02:00
config FE setting experimental feature flags (#633) 2022-01-12 18:05:12 +02:00
errormessage Cli pkg refactor (2) (#200) 2021-08-11 09:56:03 +03:00
mizu Fix the acceptance tests and a typo in CONFIGURATION.md (#610) 2022-01-09 17:38:41 +03:00
resources Fixed standalone config, small refactor (#589) 2022-01-06 12:04:58 +02:00
telemetry Report the platform in telemtry (#523) 2021-12-09 13:12:15 +02:00
uiUtils Replace all rlog occurrences with the shared logger (#350) 2021-10-17 12:15:30 +03:00
up9 Add token validity check (#483) 2021-11-21 15:14:02 +02:00
utils extracted create and clean resources from tap runner (#557) 2021-12-27 11:32:48 +02:00
.gitignore Install Mizu in a dedicated namespace (#123) 2021-07-22 14:26:12 +03:00
go.mod changed logger debug mode to log level (#456) 2021-11-14 12:21:48 +02:00
go.sum TRA-3868 move tapped pod watch and tapper updating to shared (#416) 2021-11-01 14:12:32 +02:00
Makefile Adding make file debug functionalities (#626) 2022-01-12 09:16:38 +02:00
mizu.go TRA-3868 move tapped pod watch and tapper updating to shared (#416) 2021-11-01 14:12:32 +02:00
README.md.TEMPLATE build m1 and windows (#395) 2021-10-24 15:10:46 +03:00

# Mizu release _SEM_VER_

Download Mizu for your platform

**Mac** (Intel)
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_darwin_amd64 && chmod 755 mizu
```

**Mac** (Apple M1 silicon)
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_darwin_arm64 && chmod 755 mizu
```

**Linux** 
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu_linux_amd64 && chmod 755 mizu
```

**Windows** (Intel 64bit)
```
curl -LO https://github.com/up9inc/mizu/releases/download/_SEM_VER_/mizu.exe
```

### Checksums
SHA256 checksums available for compiled binaries.
Run `shasum -a 256 -c mizu_OS_ARCH.sha256` to verify.