flyctl

Command line tools for fly.io services

APACHE-2.0 License

Downloads
229
Stars
1.4K
Committers
180

Bot releases are hidden (Show)

flyctl - v0.0.170

Published by michaeldwan over 3 years ago

Changelog

c839f93 Merge branch 'master' of github.com:superfly/flyctl
debfce6 add workflow dispatch trigger
39ed9ff get some debug from AUR publish step
a39c943 start the deployment monitor after creating a pg cluster

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.170
flyctl - v0.0.169

Published by michaeldwan over 3 years ago

Changelog

3d49015 Fix panic when region can't be detected
a4e9193 Merge branch 'master' of github.com:superfly/flyctl
8f68f35 fix panic recovery

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.169
flyctl - v0.0.168

Published by michaeldwan over 3 years ago

Changelog

4e0c5d9 don't try and match the image ref to an image id
5e22670 try no path for checksums when releasing to AUR

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.168
flyctl - v0.0.167

Published by michaeldwan over 3 years ago

Changelog

49221f6 catch sigint when prompting for wireguard filename
d74c263 configure docker client for remote builds just-in-time
7332bca possible fixes for AUR
4616fee return a useful error when trying to specify a docker image ID when no local client available

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.167
flyctl - v0.0.166

Published by michaeldwan over 3 years ago

Changelog

5640dfd Include output of status/role checks in app status
16673e8 Merge branch 'master' of github.com:superfly/flyctl
b793aff improve promots, unhide pg command
f8035c8 pg alias

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.166
flyctl - v0.0.165

Published by michaeldwan over 3 years ago

Changelog

661dc8d Leader Port -> PG Port
826cb45 Merge branch 'master' of github.com:superfly/flyctl
cad036e more output on postgres attach
2e93d20 propts for vm size, volume size, and region when creating a pg cluster

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.165
flyctl - v0.0.164

Published by michaeldwan over 3 years ago

Changelog

9b90c4c Remote Docker Builder on Fly (#360)
cdebdcc better postgres create output

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.164
flyctl - v0.0.163

Published by michaeldwan over 3 years ago

Changelog

ec1a6bb args fixes and prompting for orgs create/delete
8ade34e include org id in app query

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.163
flyctl - v0.0.162

Published by michaeldwan almost 4 years ago

Changelog

99938cb Merge branch 'pg'
d3c6773 detach pg cluster, add region on create
14f96d5 fix darwin getCPUInfo warning
4aae6e0 hide postgres command
77c8533 postgres commands
6a5213e retry on 502
226df3a spinners for launch/attach/detach

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.162
flyctl - v0.0.161

Published by michaeldwan almost 4 years ago

Changelog

857aee2 Complete removal
4a0baec Disable URL open in checkErr
327d91b Remove xurls

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.161
flyctl - v0.0.160

Published by michaeldwan almost 4 years ago

Changelog

973ab31 Merge branch 'health-checks'
2960f0c checks list command
f7f2653 cleanup handler commands
ccb5384 commands for health check handlers
a4b721e create pagerduty handler

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.160
flyctl - v0.0.159

Published by michaeldwan almost 4 years ago

Changelog

a76edcf Add confirm prompt to reduce surprise.
a31f1a8 Any error with a URL in it with autoopen the URL
8d23c24 Fix rootkey bleedover
e7a723c Fixes root key bleedover into build args.
28ffd8a Implement fly scale memory
3faca3a Merge pull request #352 from superfly/codepope/issue351
22c515d Merge pull request #353 from superfly/codepope/issue348
b7a9c5f Merge pull request #354 from superfly/autoopenerrorurl
09eaa11 Merge pull request #356 from superfly/scalememorycommand
1a93357 Merge pull request #357 from superfly/update-cobra
72e2d54 Update Cobra dependency - fix zsh completions
3705f4f Update Go builtin to 1.15 Fixes #348
ec4bb07 fly orgs list exits with unknown error Fixes #351

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.159
flyctl - v0.0.158

Published by michaeldwan almost 4 years ago

Changelog

812f8e3 Autoscale isn't really deprecated.
48c670a Fixed GetVolumes to return encrypted setting
fc481e3 Make delete command match messages
4104b5a Merge branch 'master' of github.com:superfly/flyctl
4a40295 log docker ping errors to debug output
06aab4d typo/value fix

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.158
flyctl - v0.0.157

Published by michaeldwan almost 4 years ago

Changelog

05760df Add PersistentKeepalive to generated wireguard config
7fd280f Merge branch 'master' of github.com:superfly/flyctl
03bb68d Merge pull request #349 from superfly/scaling-cleanup
29d5866 add --encrypted flag (default: true) to volumes create command
3e453b8 autoscaling disable command
273a33a cleanup output
d394b38 fix volume show
c9bf5aa fix volumes show command
722d053 move autoscaling to a deprecated command
7184139 quick fix for volumes show
37c27bb scale count command
9b5c207 update help text

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.157
flyctl - v0.0.156

Published by michaeldwan almost 4 years ago

Changelog

450fb5d Add support to * regions with gateways Fixes #344
4d4f052 Adds a "HasServices" check
38a4947 Fix for error out when upgrading
dfd0b04 KIlls Private IP status disp - use fly ips private
2fabdcf Merge pull request #345 from superfly:codepope/issue344
2395769 Uses HasServices to isolate service free templates
18d75de restrict peer names

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.156
flyctl - v0.0.155

Published by michaeldwan almost 4 years ago

Changelog

e4238d9 Add help URL for failed deployments
9db32c3 Make memory a discoverable flag
92512aa Merge pull request #342 from superfly/flagday
b924667 Updated scale docs
52ce89d Wireguard unhidden
ff1e8d7 better help
e97fef8 fix typo
3d48919 more detailed help for scale vm

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.155
flyctl - v0.0.154

Published by michaeldwan almost 4 years ago

Changelog

2b00681 /24?
dfb677a Added provisional support for "ips private" (#337)
8cb4081 Help fixes for new VM sizes
08e9e9e Merge branch 'master' of github.com:superfly/flyctl
3fdbd9d Merge pull request #338 from superfly/scale-ram
b981b06 allow extra memory: flyctl scale vm shared-cpu-1x memory=1024

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.154
flyctl - v0.0.153

Published by michaeldwan almost 4 years ago

Changelog

dcd73f3 EXCL the file
3aedf9d Fixing up build.args etc for import and deploy (#335)
277b3fb Merge branch 'master' into alrs-cmd-err
9973321 Merge branch 'master' of github.com:superfly/flyctl
08a97dd Merge branch 'master' of github.com:superfly/flyctl
9ed4df6 Merge pull request #330 from alrs/alrs-cmd-err
6e6d959 Merge pull request #336 from superfly/show-privateips
71a28ec basic wg api
9109509 clients now generate keys
65d0ed3 cmd: fix dropped scale error
2d260ff document/enable wireguard commands
a1d0fcb enable wg commands
85bf625 i guess we commit this too
53882ad remove optimize image deployment step
35b2529 remove prices from vm output
15b49a3 show private ips on status output
d11ba5a tighter AllowedIPs, per-connection DNS; can theoretically run multiple connections now
2d03b63 wireguard commands

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.153
flyctl - v0.0.152

Published by michaeldwan almost 4 years ago

Changelog

dcd73f3 EXCL the file
3aedf9d Fixing up build.args etc for import and deploy (#335)
277b3fb Merge branch 'master' into alrs-cmd-err
9973321 Merge branch 'master' of github.com:superfly/flyctl
08a97dd Merge branch 'master' of github.com:superfly/flyctl
9ed4df6 Merge pull request #330 from alrs/alrs-cmd-err
6e6d959 Merge pull request #336 from superfly/show-privateips
71a28ec basic wg api
9109509 clients now generate keys
65d0ed3 cmd: fix dropped scale error
2d260ff document/enable wireguard commands
a1d0fcb enable wg commands
85bf625 i guess we commit this too
53882ad remove optimize image deployment step
35b2529 remove prices from vm output
15b49a3 show private ips on status output
d11ba5a tighter AllowedIPs, per-connection DNS; can theoretically run multiple connections now
2d03b63 wireguard commands

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.152
flyctl - v0.0.151

Published by michaeldwan almost 4 years ago

Changelog

d2fc765 Added --json support to fly builtins list
7163a08 Added --json to list orgs
9f15ed5 Added Version support to Deno Builtin, set default to 1.5.4
8f576ec Added some missing returns on error
d002e41 Crash logs now print 30 lines (up from 20)
cbeb030 Do not use black text for titles
9563df6 Fix for prompting for internal port
960f38d Fix generatename to keep name
397600c Fix import/getInternalPort (masked error)
464cef1 Merge branch 'master' of github.com:superfly/flyctl
0dcbeaa Merge pull request #332 from fornwall/remove-black-title-text
10b37af Remove loose println
23ec944 Some updates to table handling
a28f1d4 getApps now gets 400 apps, not 200
375bf71 list updated to match list orgs, apps list

Docker images

  • docker pull flyio/flyctl:latest
  • docker pull flyio/flyctl:v0.0.151