Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

unionai-oss/flytectl-setup-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Repository files navigation

flytectl-setup-action

This action sets up flytectl for use in actions.

Usage

Refer to the action.yml to see all of the action parameters.

Inputs

Name Description Example
version The version of flytectl to download and use, Default value is latest v0.2.20

Install specific version of flytectl

steps:
  - uses: actions/checkout@v2
  - uses: unionai-oss/flytectl-setup-action@master
    with:
      version: '0.2.21' # The version of flytectl to download and use.
  - run: flytectl --help

Install latest version of flytectl

steps:
  - uses: actions/checkout@v2
  - uses: unionai-oss/flytectl-setup-action@master
  - run: flytectl --help

Getting started Example

name: flytectl-setup-action
on: [push]
jobs:
  install-flytectl:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: unionai-oss/flytectl-setup-action@master
      - name: Setup demo cluster
        run: flytectl demo start
      - name: Setup flytectl config
        run: flytectl config init
  

About

Install and setup flytectl for use in other actions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.