flow-cli

module
v0.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2020 License: Apache-2.0

README

Flow CLI

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications.

Installation

The Flow CLI can be installed in one of three ways:

macOS
Homebrew
brew install flow-cli
From a pre-built binary

This installation method only works on x86-64.

This script downloads and installs the appropriate binary for your system:

sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"

To update, simply re-run the installation command above.

Linux
From a pre-built binary

This installation method only works on x86-64.

This script downloads and installs the appropriate binary for your system:

sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"

To update, simply re-run the installation command above.

Windows
From a pre-built binary

This installation method only works on Windows 10, 8.1, or 7 (SP1, with PowerShell 3.0), on x86-64.

  1. Open PowerShell (Instructions)

  2. In PowerShell, run:

    iex "& { $(irm 'https://storage.googleapis.com/flow-cli/install.ps1') }"
    

To update, simply re-run the installation command above.

Directories

Path Synopsis
Package build contains information about the build that injected at build-time.
Package build contains information about the build that injected at build-time.
cmd
flow
Package main implements the entry point for the Flow CLI.
Package main implements the entry point for the Flow CLI.
Package cli defines constants, configurations, and utilities that are used across the Flow CLI.
Package cli defines constants, configurations, and utilities that are used across the Flow CLI.
flowkit module
pkg
flowkit Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL