flyctl

command module
v0.0.259 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

flyctl

flyctl is a command-line interface for fly.io

Note: Most installations of flyctl also alias flyctl to fly as a command name and this will become the default name in the future. During the transition, note that where you see flyctl as a command it can be replaced with fly.

Installation

Using a Package Manager

Homebrew (macOS, Linux, WSL)
brew install superfly/tap/flyctl

To upgrade to the latest version:

brew upgrade flyctl

Install Script

Download flyctl and install into

Installing the latest version:

curl -L https://fly.io/install.sh | sh

Installing the latest pre-release version:

curl -L https://fly.io/install.sh | sh -s pre

Installing a specific version:

curl -L https://fly.io/install.sh | sh -s 0.0.200

Downloading from GitHub

Download the appropriate version from the Releases page of the flyctl GitHub repository.

Getting Started

  1. Sign into your fly account
flyctl auth login
  1. List your apps
flyctl apps list
  1. View app status
flyctl status -a {app-name}

App Settings

flyctl will attempt to use the app name from a fly.toml file in the current directory. For example, if the current directory contains this file:

$ cat fly.toml
app: banana

flyctl will operate against the banana app unless overridden by the -a flag or other app name setting in the command line.

Building on Windows

There is a simple Powershell script, winbuild.ps1, which will run the code generation for the help files, format them, and run a full build, leaving a new binary in the bin directory.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api module
cmd
internal
cli
Package cli implements the command line interface.
Package cli implements the command line interface.
cli/internal/cache
Package cache implements accessing of the state.yml file.
Package cache implements accessing of the state.yml file.
cli/internal/command
Package command implements helpers useful for when building cobra commands.
Package command implements helpers useful for when building cobra commands.
cli/internal/command/apps
Package apps implements the apps command chain.
Package apps implements the apps command chain.
cli/internal/command/root
Package root implements the root command.
Package root implements the root command.
cli/internal/command/version
Package version implements the version command chain.
Package version implements the version command chain.
cli/internal/flag
Package flag implements flag-related functionality.
Package flag implements flag-related functionality.
cli/internal/prompt
Package prompt implements input-related functionality.
Package prompt implements input-related functionality.
cli/internal/sort
Package sort implements common sorting functions.
Package sort implements common sorting functions.
cli/internal/state
Package state implements setters and getters for command contexts.
Package state implements setters and getters for command contexts.
cli/internal/task
Package task implements async task handling.
Package task implements async task handling.
env
Package env implements environment related functionality.
Package env implements environment related functionality.
sentry
Package sentry implements sentry-related functionality.
Package sentry implements sentry-related functionality.
pkg
ssh
wg

Jump to

Keyboard shortcuts

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