Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 713 Bytes

flyctl plugin

flyctl plugin for proto.

Included:

  • flyctl
  • fly (alias of flyctl)

Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based .prototools by running:

Global install

proto plugin add flyctl "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/flyctl/plugin.toml" --global
proto install flyctl

Per-project install

proto plugin add flyctl "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/flyctl/plugin.toml"
proto pin flyctl latest --resolve