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.364-pre-8

Published by michaeldwan about 2 years ago

ab8d6012 --force on OTHER pg attach
105ccd25 add --force to pg attach (#1124)
14155346 Fix wildcard cert instructions (#1128)
a18e1bc2 Allow staging secrets for machine app deployments (#1126)

flyctl - v0.0.364-pre-7

Published by michaeldwan about 2 years ago

1c31cb5f add --force to pg attach
a18e1bc2 Allow staging secrets for machine app deployments (#1126)

flyctl - v0.0.364-pre-6

Published by michaeldwan about 2 years ago

d701bb33 ensure bin dir when downloading nixpacks (#1125)
9c48517d Provision Redis instances with 'fly redis' (#1093)
5d38ca35 Clean up snapshot-id argument description (#1122)
71b2c9c7 fix fly m status (CPUs and memory were swapped)

flyctl - v0.0.364-pre-3

Published by michaeldwan about 2 years ago

fe376111 default to nixpacks if no Buildpack config for Dockerfile, remove next/nuxt scanners in favor of generic node scanner
5d38ca35 Clean up snapshot-id argument description (#1122)
71b2c9c7 fix fly m status (CPUs and memory were swapped)

flyctl - v0.0.364-pre-2

Published by michaeldwan about 2 years ago

011375ac Volume creation can now take a snapshot id (#1116)

flyctl - v0.0.364-pre-1

Published by michaeldwan about 2 years ago

14d6bc3d remove irrelevant comment
ddf8bbe8 Refactor docker resolver code path to fetch the API client from context, allowing flaps to be used from older code
011375ac Volume creation can now take a snapshot id (#1116)
102582e2 Continue to use backend to create builders, but use flaps to start/wake them
3e3c561e Add -c flag back fly ssh console
8603ac99 Typo in launch.go
aa1d1f6f ensure builder volumes are created
f18e32d4 Fetch correct builder app
081111ce Manage remote builders from flyctl instead of the backend
cb47c794 Do not force remote builds on CI envs
bbfcb103 remove references to MachineConfig.ImageRef
528e78ed ImageRef cannot be part of MachineConfig because it cannot be set by the user

flyctl - v0.0.363

Published by michaeldwan about 2 years ago

011375ac Volume creation can now take a snapshot id (#1116)
3e3c561e Add -c flag back fly ssh console
8603ac99 Typo in launch.go
cb47c794 Do not force remote builds on CI envs
bbfcb103 remove references to MachineConfig.ImageRef
528e78ed ImageRef cannot be part of MachineConfig because it cannot be set by the user

flyctl - v0.0.363-pre-2

Published by michaeldwan about 2 years ago

3e3c561e Add -c flag back fly ssh console
8603ac99 Typo in launch.go
cb47c794 Do not force remote builds on CI envs
bbfcb103 remove references to MachineConfig.ImageRef
528e78ed ImageRef cannot be part of MachineConfig because it cannot be set by the user

flyctl - v0.0.363-pre-1

Published by michaeldwan about 2 years ago

cb47c794 Do not force remote builds on CI envs
bbfcb103 remove references to MachineConfig.ImageRef
528e78ed ImageRef cannot be part of MachineConfig because it cannot be set by the user

flyctl - v0.0.362

Published by michaeldwan about 2 years ago

d5b2c6b2 Rolling is the default machines deploy method, so make that explicit
992380bc Remove debugging output from Flaps, now we're exposing machines all over the platform
e840ec81 Remove unused flag

flyctl - v0.0.362-pre-1

Published by michaeldwan about 2 years ago

d5b2c6b2 Rolling is the default machines deploy method, so make that explicit
992380bc Remove debugging output from Flaps, now we're exposing machines all over the platform
e840ec81 Remove unused flag

flyctl - v0.0.361

Published by michaeldwan about 2 years ago

738da598 Support more fly.toml sections for the machines launcher
69976cbc Use port 8080 for the Rails internal port
02391964 Use ULID string as suffix for wireguard peer name
b046bd29 Nixpacks (#1108)
b308fa76 Move CMD to the end of the list on machine status
1ae8c68e allow machine run/update to share sets of CLI flags
e34da93f Fix full image ref concatenation to include the registry
8dd026e0 Split machine update to a separate command
e8efc607 Warn user if they're trying to SSH to an app without VMs
18432884 wip machine update command
fa36b90f Fix call to hasRequiredVersion in pg connect

flyctl - v0.0.361-pre-2

Published by michaeldwan about 2 years ago

02391964 Use ULID string as suffix for wireguard peer name
b046bd29 Nixpacks (#1108)

flyctl - v0.0.361-pre-1

Published by michaeldwan about 2 years ago

b308fa76 Move CMD to the end of the list on machine status
1ae8c68e allow machine run/update to share sets of CLI flags
e34da93f Fix full image ref concatenation to include the registry
8dd026e0 Split machine update to a separate command
e8efc607 Warn user if they're trying to SSH to an app without VMs
18432884 wip machine update command
fa36b90f Fix call to hasRequiredVersion in pg connect

flyctl - v0.0.360

Published by michaeldwan over 2 years ago

03b66f19 Restore the --detach option to 'fly secrets'

flyctl - v0.0.359

Published by michaeldwan over 2 years ago

0ffbcfcd ssh console starts stopped machines, and avoids using DNS
cdfdab7d Port ssh console command to new command chain (#1095)
2d384cf0 feat: Add schedule to api types
b4825f09 Make concurrency settings on machine services optional (#1092)

flyctl - v0.0.359-pre-1

Published by michaeldwan over 2 years ago

0ffbcfcd ssh console starts stopped machines, and avoids using DNS
cdfdab7d Port ssh console command to new command chain (#1095)
2d384cf0 feat: Add schedule to api types
b4825f09 Make concurrency settings on machine services optional (#1092)

flyctl - v0.0.358

Published by michaeldwan over 2 years ago

bb88272c no need for noneFactory
b76912a1 take 3 on remote first

flyctl - v0.0.358-pre-1

Published by michaeldwan over 2 years ago

bb88272c no need for noneFactory
b76912a1 take 3 on remote first

flyctl - v0.0.357

Published by michaeldwan over 2 years ago

218614e4 Deploy machines apps after setting secrets
c02b3808 Migrate secrets to new command chain
d0f460c3 Initial port of secrets to new CLI command chain
ad4dc0bf mention NO_COLOR=1 in fly deploy long doc string