Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.2 KB

Flow Provider for DevPod

Getting started

The provider is available for auto-installation using

devpod provider add flowswiss/devpod-provider-flow
devpod provider use flow

Follow the on-screen instructions to complete the setup.

Needed variables will be:

  • FLOW_TOKEN - Flow Application Token

Creating your first devpod env with flow

After the initial setup, just use:

devpod up .

You'll need to wait for the machine and environment setup.

Customize the VM Instance

This provides has the seguent options

NAME REQUIRED DESCRIPTION DEFAULT
FLOW_LOCATION true The flow location to use. ALP1
FLOW_IMAGE true The flow image to use. linux-ubuntu-20.04-lts
FLOW_PRODUCT true The flow compute VM product to use. b1.1x1
FLOW_NETWORK true The flow network to use. Default Network

Options can either be set in env or using for example:

devpod provider set-options -o FLOW_PRODUCT=b1.2x2