Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Flytectl get started updated
Browse files Browse the repository at this point in the history
Signed-off-by: yuvraj <[email protected]>
  • Loading branch information
yindia committed May 27, 2021
1 parent 658f23c commit ff92c84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,20 @@ Generating docs locally can be accomplished by running make gendocs from within
$ brew tap flyteorg/homebrew-tap
$ brew install flytectl
```
## Get Started

### Create a sandbox cluster
```bash
$ docker run --rm --privileged -p 30081:30081 -p 30082:30082 -p 30084:30084 ghcr.io/flyteorg/flyte-sandbox
```

### Register your first workflow

```bash
# Run Core workflows
$ flytectl register files https://github.com/flyteorg/flytesnacks/releases/download/v0.2.89/flytesnacks-core.tgz -d development -p flytesnacks --archive
# You can find all example at flytesnacks release page https://github.com/flyteorg/flytesnacks/releases/tag/v0.2.89
```
## Contributing

[Contribution guidelines for this project](docs/CONTRIBUTING.md)

0 comments on commit ff92c84

Please sign in to comment.