Skip to content

Commit

Permalink
Update report (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: shwethaumashanker <shwethaumashanker@users.noreply.github.com>
  • Loading branch information
commonfatereleasebot and shwethaumashanker committed Nov 27, 2023
1 parent 6953375 commit 8697176
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/granted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,21 @@ brew install granted

## Reverting to an older version of Granted

If you need to revert to an older version of Granted, you can manually downgrade using the following steps. Replace "0.20.2" with the specific version you want to install.
If you need to revert to an older version of Granted, you can manually downgrade using the following steps. Replace "0.20.3" with the specific version you want to install.

#### For Intel (x86_64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.20.2/granted_0.20.2_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.20.2_darwin_x86_64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.20.3/granted_0.20.3_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.20.3_darwin_x86_64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

#### For ARM (arm64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.20.2/granted_0.20.2_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.20.2_darwin_arm64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.20.3/granted_0.20.3_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.20.3_darwin_arm64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

Expand All @@ -136,8 +136,8 @@ values={[
<TabItem value="x86_64">

```
curl -OL releases.commonfate.io/granted/v0.20.2/granted_0.20.2_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.20.2_linux_x86_64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.20.3/granted_0.20.3_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.20.3_linux_x86_64.tar.gz -C /usr/local/bin/
```

Expand All @@ -146,17 +146,17 @@ sudo tar -zxvf ./granted_0.20.2_linux_x86_64.tar.gz -C /usr/local/bin/

```
curl -OL releases.commonfate.io/granted/v0.20.2/granted_0.20.2_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.20.2_linux_arm64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.20.3/granted_0.20.3_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.20.3_linux_arm64.tar.gz -C /usr/local/bin/
```

</TabItem>
<TabItem value="i386">

```
curl -OL releases.commonfate.io/granted/v0.20.2/granted_0.20.2_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.20.2_linux_i386.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.20.3/granted_0.20.3_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.20.3_linux_i386.tar.gz -C /usr/local/bin/
```

Expand All @@ -169,11 +169,11 @@ sudo tar -zxvf ./granted_0.20.2_linux_i386.tar.gz -C /usr/local/bin/

First, download the zip archive of Granted which matches your system's architecture. You can find your architecture by viewing your system properties in the Control Panel.

[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.20.2/granted_0.20.2_windows_x86_64.zip)
[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.20.3/granted_0.20.3_windows_x86_64.zip)

[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.20.2/granted_0.20.2_windows_arm64.zip)
[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.20.3/granted_0.20.3_windows_arm64.zip)

[Granted for Windows i386](https://releases.commonfate.io/granted/v0.20.2/granted_0.20.2_windows_i386.zip)
[Granted for Windows i386](https://releases.commonfate.io/granted/v0.20.3/granted_0.20.3_windows_i386.zip)

After downloading Granted, unzip the package. Granted runs as two binaries, `assume` and `granted`. Any other files in the package can be removed and Granted will still function.

Expand All @@ -197,7 +197,7 @@ To verify that the installation has succeeded, print the version of Granted by r
➜ granted -v
Granted v0.20.2
Granted v0.20.3
```

Expand Down

0 comments on commit 8697176

Please sign in to comment.