Skip to content

Commit

Permalink
Add minor updates to the cli docs (#1157)
Browse files Browse the repository at this point in the history
* Add minor updates to the cli docs

* Add Lab video tutorial
  • Loading branch information
janewang authored Jan 6, 2025
1 parent 3c55193 commit 80b9882
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/tools/developer-tools/cli/install-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ To enable autocomplete permanently, run:
echo "source <(stellar completion --shell bash)" >> ~/.bashrc
```

## See Video Tutorial
## Stellar CLI Cookbook

Video Tutorial: https://developers.stellar.org/meetings/2024/06/27
To understand how to get the most of the Stellar CLI, see the [Stellar CLI Cookbook](https://github.com/stellar/stellar-cli/tree/main/cookbook) for recipes and a collection of resources to teach you how to use the CLI. Examples of recipes included in the CLI cookbook include: send payments, manage contract lifecycle, extend contract instance/storage/wasm, and more.

## Video Tutorials

- Video Tutorial on `network container`, `keys`, and `contract init`: https://developers.stellar.org/meetings/2024/06/27
- Video Tutorial on `alias` and `snapshot`: https://developers.stellar.org/meetings/2024/09/12
4 changes: 4 additions & 0 deletions docs/tools/developer-tools/lab/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Stellar Lab is our new go-to tool for development, experimenting, and testing, a

These are the features that are available now. There will be more upcoming features to support smart contracts. We look forward to showing you the future of Stellar Lab.

### Video Tutorial for Stellar Lab

- Video Tutorial for Lab: https://developers.stellar.org/meetings/2024/11/14

### What About the Old Lab?

In case you need it, the previous version of Stellar Lab is still accessible [here](https://old-lab.stellar.org). However, it will no longer be actively maintained. We encourage you to explore the new Lab and if you think there is anything that’s missing, please reach out to us Stellar Github.
Expand Down

0 comments on commit 80b9882

Please sign in to comment.