flyctl

Command line tools for fly.io services

APACHE-2.0 License

Downloads
229
Stars
1.4K
Committers
180

Bot releases are visible (Hide)

flyctl - v0.0.241

Published by michaeldwan about 3 years ago

a79a76a use ioutil instead of io in flyctl api http.go
7c6b11c add internalNumercId to org graphql queries
56f1e37 Ruby apps may lack a Gemfile but still have a config.ru
814c52f don't list buildpacks if a builder does not have any assigned
14ed31b remove deprecated code related to deprecated 'fly init'
22569c2 remove 'fly init' and make 'fly apps create' only register a new app without generating a config
39dcb9f Remove weird debugging statements
38fe155 Enable region-specific IP allocation and show the IP region in the list of IPs
63977e6 No need to specify an index for a slice literal
8ee968d Place Redwood at the top of the launch scanner list, so an existing Dockerfile does not hide the chance to use the default launcher
f379221 Ensure that JSON encoding respects underscore formatting of Static field names
1b6d967 Support adding [[statics]] to fly.toml via 'fly launch', add a default statics entry for Redwood apps
d0cb478 support for returning a list of files, env, and port from source scanners

Docker images

  • docker pull flyio/flyctl:v0.0.241
flyctl - v0.0.241-pre-2

Published by michaeldwan about 3 years ago

a79a76a use ioutil instead of io in flyctl api http.go

flyctl - v0.0.241-pre-1

Published by michaeldwan about 3 years ago

7c6b11c add internalNumercId to org graphql queries
56f1e37 Ruby apps may lack a Gemfile but still have a config.ru
814c52f don't list buildpacks if a builder does not have any assigned
14ed31b remove deprecated code related to deprecated 'fly init'
22569c2 remove 'fly init' and make 'fly apps create' only register a new app without generating a config
39dcb9f Remove weird debugging statements
38fe155 Enable region-specific IP allocation and show the IP region in the list of IPs
63977e6 No need to specify an index for a slice literal
8ee968d Place Redwood at the top of the launch scanner list, so an existing Dockerfile does not hide the chance to use the default launcher
f379221 Ensure that JSON encoding respects underscore formatting of Static field names
1b6d967 Support adding [[statics]] to fly.toml via 'fly launch', add a default statics entry for Redwood apps
d0cb478 support for returning a list of files, env, and port from source scanners

flyctl - v0.0.240

Published by michaeldwan about 3 years ago

5595e21 Use agent.StopRunningAgent
b6e466b Stop agent on logout
b6efc2b add wg.WireGuardState and wg.Config to agent.Dialer interface

Docker images

  • docker pull flyio/flyctl:v0.0.240
flyctl - v0.0.239-pre-1

Published by michaeldwan about 3 years ago

b6efc2b add wg.WireGuardState and wg.Config to agent.Dialer interface
1322b2a don't prune peers when agent starts
15d32f4 fix panic if buildDate isn't set

flyctl - v0.0.238

Published by michaeldwan about 3 years ago

1322b2a don't prune peers when agent starts
15d32f4 fix panic if buildDate isn't set

Docker images

  • docker pull flyio/flyctl:v0.0.238
flyctl - v0.0.237

Published by michaeldwan about 3 years ago

1ea84b9 Use humanize to convert bytes (#523)
ae6450c Restore from snapshot (#522)
55aa341 Print docker server version used
d16f93e Fix debug statements
d0484b6 Build with buildpacks
ce75981 Use docker client info
74ebff4 display os and arch in build output
99602da remove redundant defaults in flag descriptions

Docker images

  • docker pull flyio/flyctl:v0.0.237
flyctl - v0.0.237-pre-1

Published by michaeldwan about 3 years ago

1ea84b9 Use humanize to convert bytes (#523)
ae6450c Restore from snapshot (#522)
55aa341 Print docker server version used
d16f93e Fix debug statements
d0484b6 Build with buildpacks
ce75981 Use docker client info
74ebff4 display os and arch in build output
99602da remove redundant defaults in flag descriptions

flyctl - v0.0.236

Published by michaeldwan about 3 years ago

01912e1 Remote machine builders (#518)

Docker images

  • docker pull flyio/flyctl:v0.0.236
flyctl - v0.0.236-pre-1

Published by michaeldwan about 3 years ago

Changelog

2f6d03f Merge branch 'master' into machines
b516d87 go mod tidy
1c17719 remove pkill during install (fixes #509)

flyctl - v0.0.235

Published by michaeldwan about 3 years ago

62df371 make fly scale count 3 work again

Docker images

  • docker pull flyio/flyctl:v0.0.235
flyctl - v0.0.235-pre-3

Published by michaeldwan about 3 years ago

9fb73a0 faster remote builders
dcfce03 fix tests
df32472 build image if run arg is relative or absolute path
f4c0873 set buildDate at compile-time for dev

flyctl - v0.0.235-pre-2

Published by michaeldwan about 3 years ago

dcfce03 fix tests
df32472 build image if run arg is relative or absolute path
f4c0873 set buildDate at compile-time for dev

flyctl - v0.0.235-pre-1

Published by michaeldwan about 3 years ago

d5dbd37 add hidden --remote-machine-only on deploy to use machines as remote builders
62df371 make fly scale count 3 work again
9637333 allow using and provisioning volumes via 'machine run'
c44ca2c add machine rm -f and various aliases
2832555 update agent.Dialer usage in machines subcommand
b4ebbb1 alias machine cmd => m, machines
fa92de9 some CLI niceties for Fly machines
cf8083e basic machine interaction

flyctl - v0.0.234

Published by michaeldwan about 3 years ago

507c3a9 fix version check
7433e9e debug logs when a background agent is being stopped
3ccbc76 log file per agent instance
a7edaea don't print description if output is empty
b533d0a fix merge, remove debug println
acff1cb throttle dns queries while waiting for a host
590057a track agent pid, stop existing agent with sigint before starting
13b153c fix test
279ee83 fix windows
21499c7 Multiple processes (#494)
bace12a kill background agents if versions don't match
a4b6f50 only read logs from the expected agent pid
6781502 log agent pid to debug log
c2a0f00 agent ping returns version, pid, and if started in the background
67ad27b fix error propagation and a message
c826474 read agent log instead of stdout to fix zombie proc after detach
702d214 agent logs, clean but forceful shutdown, exit message
cf086a9 agent ping command
1f35171 fix circular import by moving injected build meta from flyctl to buildinfo
ee341b6 fix closed network error check
56752bb remove dead code
ef8e9e0 add a newline after writing error output
bac847e english
fa2aada capture daemon failure output, show to the user along with next step suggestions
f0bd184 add ErrorDescription and ErrorSuggestion interfaces for better friendly error output
473a411 better error output and more helpers in the flyerr package
dce77f0 Fix instance selection issue

Docker images

  • docker pull flyio/flyctl:v0.0.234
flyctl - v0.0.234-pre-6

Published by michaeldwan about 3 years ago

507c3a9 fix version check

flyctl - v0.0.234-pre-5

Published by michaeldwan about 3 years ago

7433e9e debug logs when a background agent is being stopped
3ccbc76 log file per agent instance
a7edaea don't print description if output is empty
b533d0a fix merge, remove debug println
13b153c fix test
279ee83 fix windows
bace12a kill background agents if versions don't match
a4b6f50 only read logs from the expected agent pid
6781502 log agent pid to debug log
c2a0f00 agent ping returns version, pid, and if started in the background
1f35171 fix circular import by moving injected build meta from flyctl to buildinfo

flyctl - v0.0.234-pre-4

Published by michaeldwan about 3 years ago

acff1cb throttle dns queries while waiting for a host
590057a track agent pid, stop existing agent with sigint before starting
67ad27b fix error propagation and a message
c826474 read agent log instead of stdout to fix zombie proc after detach
702d214 agent logs, clean but forceful shutdown, exit message
cf086a9 agent ping command

flyctl - v0.0.234-pre-3

Published by michaeldwan about 3 years ago

21499c7 Multiple processes (#494)
ee341b6 fix closed network error check
56752bb remove dead code
ef8e9e0 add a newline after writing error output
bac847e english
fa2aada capture daemon failure output, show to the user along with next step suggestions
f0bd184 add ErrorDescription and ErrorSuggestion interfaces for better friendly error output
473a411 better error output and more helpers in the flyerr package
9d83163 don't wait on an ipv6 addr
424dac8 fix instance selection on windows by switching to custom dns lookup on tunnel
a5e2e21 remove a println
b6f3541 fix WaitForTunnel and WaitForHost cancellation
4bcdf38 remove junk, fix newlines in spinner output
6995713 wait for responding addr before connecting to ssh, remove print lines
29c61b4 show spinners when waiting on a tunnel and waiting on a host
ab665cb switch to meikg/dns to fix dns lookups on windows
92078fe map dns error on windows

flyctl - v0.0.234-pre-2

Published by michaeldwan about 3 years ago

c44ca2c add machine rm -f and various aliases