Skip to content

Commit

Permalink
new flytestd libe version added (#93)
Browse files Browse the repository at this point in the history
* new flytestd libe version added

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Jun 15, 2021
1 parent c7d02df commit 122d162
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 73 deletions.
2 changes: 2 additions & 0 deletions flytectl/.github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Run GoReleaser dry run
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
12 changes: 11 additions & 1 deletion flytectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,19 @@ Generating docs locally can be accomplished by running make gendocs from within

## Installation

Install flytectl with homebrew tap
```bash
$ brew tap flyteorg/homebrew-tap/flytectl
$ brew install flyteorg/homebrew-tap/flytectl

# Upgrade flytectl
$ brew upgrade flytectl
```

Install flytectl with shell script
```bash
$ curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash
```

## Get Started

### Create a sandbox cluster
Expand Down
4 changes: 3 additions & 1 deletion flytectl/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Install flytectl with homebrew tap

.. prompt:: bash

brew tap flyteorg/homebrew-tap/flytectl
brew install flyteorg/homebrew-tap/flytectl
# Upgrade flytectl
brew upgrade flytectl

Install flytectl with shell script

Expand Down
2 changes: 1 addition & 1 deletion flytectl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/enescakir/emoji v1.0.0
github.com/flyteorg/flyteidl v0.19.2
github.com/flyteorg/flytestdlib v0.3.21
github.com/flyteorg/flytestdlib v0.3.24
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.4.3
github.com/google/go-github v17.0.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions flytectl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4
github.com/flyteorg/flyteidl v0.19.2 h1:jXuRrLJEzSo33N9pw7bMEd6mRYSL7LCz/vnazz5XcOg=
github.com/flyteorg/flyteidl v0.19.2/go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U=
github.com/flyteorg/flytestdlib v0.3.13/go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220=
github.com/flyteorg/flytestdlib v0.3.21 h1:AF+y6wI64DNfoi4WtZU/v18Cfwksg32fijy7PZJ8d+I=
github.com/flyteorg/flytestdlib v0.3.21/go.mod h1:1XG0DwYTUm34Yrffm1Qy9Tdr/pWQypEqTq5dUxw3/cM=
github.com/flyteorg/flytestdlib v0.3.24 h1:Eu5TMKch9ihOavPKufgTBI677eVYjJpOAPPg9hfZIzU=
github.com/flyteorg/flytestdlib v0.3.24/go.mod h1:1XG0DwYTUm34Yrffm1Qy9Tdr/pWQypEqTq5dUxw3/cM=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
Expand Down
68 changes: 0 additions & 68 deletions flytectl/pkg/filters/coverage.out

This file was deleted.

0 comments on commit 122d162

Please sign in to comment.