-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Update the cli tutorial sections for the go cli. Bring those same sections up to date for use with Dusk-5 --------- Co-authored-by: quasystaty <[email protected]>
- Loading branch information
1 parent
fbb72c0
commit fa51e43
Showing
20 changed files
with
1,001 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
::: code-group | ||
|
||
```bash [ARM Mac] | ||
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-darwin-arm64.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
mv astria-go /usr/local/bin/ | ||
astria-go version | ||
``` | ||
|
||
```bash [X86_64 Mac] | ||
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-darwin-amd64.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
mv astria-go /usr/local/bin/ | ||
astria-go version | ||
``` | ||
|
||
```bash [x86_64 Linux] | ||
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.7.1/astria-go-v0.7.1-linux-amd64.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
mv astria-go /usr/local/bin/ | ||
astria-go version | ||
``` | ||
|
||
::: | ||
|
||
<!-- <Tabs> | ||
<TabItem value="ARM Mac" label="ARM Mac" default> </TabItem> | ||
<TabItem value="X86_64 Mac" label="X86_64 Mac"> </TabItem> | ||
<TabItem value="x86_64 Linux" label="x86_64 Linux"> </TabItem> | ||
</Tabs> --> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!--@include: ./_astria-cli-install.md--> | ||
<!--@include: ./_astria-rust-cli-install.md--> | ||
|
||
- kubectl - [https://kubernetes.io/docs/tasks/tools/](https://kubernetes.io/docs/tasks/tools/) | ||
- helm - [https://helm.sh/docs/intro/install/](https://helm.sh/docs/intro/install/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.