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.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

flyctl - v0.0.357-pre-1

Published by michaeldwan over 2 years ago

a1ab3dd6 fix directive
28b12b69 fix after mrege
d081e268 experiement with using nixpacks for building

flyctl - v0.0.356

Published by michaeldwan over 2 years ago

47219e20 Fallback to remote builder if local is not allowed
4e28b7fc Prefer remote builder for deployments

flyctl - v0.0.356-pre-1

Published by michaeldwan over 2 years ago

47219e20 Fallback to remote builder if local is not allowed
4e28b7fc Prefer remote builder for deployments

flyctl - v0.0.355

Published by michaeldwan over 2 years ago

691004cf Revert "Prefer remote docker builds for deployments" (#1085)

flyctl - v0.0.354

Published by michaeldwan over 2 years ago

4f5d1260 add concurrency to http_service
2148a31c Prefer remote docker builds for deployments
130647d1 Link to new postgres doc post cluster creation

flyctl - v0.0.354-pre-1

Published by michaeldwan over 2 years ago

4f5d1260 add concurrency to http_service
2148a31c Prefer remote docker builds for deployments
130647d1 Link to new postgres doc post cluster creation
d0f460c3 Initial port of secrets to new CLI command chain

flyctl - v0.0.353

Published by michaeldwan over 2 years ago

8b4ae702 Deprecate the top-level create command
0c814b1e Ensure cloned machines do not inherit volume config

flyctl - v0.0.352

Published by michaeldwan over 2 years ago

3f0de9e9 Ensure existing volume mounts on machines are preserved across deployments
87b691b3 If a machine has an attached volume, display it with 'machine status'
efc81a15 Wait improvements for machine:deploy
8dc8949d Add immediate strategy for machine:deploy
a7fc554b allow specifying strategy with image update, massage strategy string a bit more (#1070)

flyctl - v0.0.351

Published by michaeldwan over 2 years ago

3924776d Move logger back to internal/ since it depends on other internal packages, and don't import it in the api module
aa3519ba Rename sourcecode package to scanner, and move out of internal
5589176b Allow creating machine apps with 'fly apps create'

flyctl - v0.0.351-pre-1

Published by michaeldwan over 2 years ago

3924776d Move logger back to internal/ since it depends on other internal packages, and don't import it in the api module
aa3519ba Rename sourcecode package to scanner, and move out of internal
5589176b Allow creating machine apps with 'fly apps create'

flyctl - v0.0.350

Published by michaeldwan over 2 years ago

50fc1bd8 Fix bad import from a change on master
3a3cab7a Extend volume (#1061)

flyctl - v0.0.349

Published by michaeldwan over 2 years ago

d0b74440 Show machine stop event details on machine status
67e96cf2 remove unused gql client
05a1f6f3 make new logger importable and pretty print HTTP debugging output when it's JSON
b33c6d5e Improve check for NextJS
0f4ab7a5 Show NEXT_PUBLIC_* example
d6a4dc9a Make the graphql client importable
8d43fd34 Remove old references to genqclient
ab8ed185 Consolidate http client transport/logging in one place
562fa096 Create NextJS launcher
9ba3a3c9 cosmetic changes
2521e96a deleted cmd/ips.go as is unused
71e3b81a fix package path for iostreams
2d0f4b85 cosmetic changes
890a8cdc removed ip commands from cmd/root.go
10b9bfaa moved over ips command into /internal/command
d90f4199 fly ips private uses new render API
853e40a2 uses new render API
c297c30f adds a type field to output and renders a table
1bf39bdd command to allocate private ipv6s to app
78b5f3b6 Add 'ls' alias for 'fly m list' command

flyctl - v0.0.349-pre-1

Published by michaeldwan over 2 years ago

d0b74440 Show machine stop event details on machine status
67e96cf2 remove unused gql client
05a1f6f3 make new logger importable and pretty print HTTP debugging output when it's JSON
b33c6d5e Improve check for NextJS
0f4ab7a5 Show NEXT_PUBLIC_* example
d6a4dc9a Make the graphql client importable
8d43fd34 Remove old references to genqclient
ab8ed185 Consolidate http client transport/logging in one place
562fa096 Create NextJS launcher
9ba3a3c9 cosmetic changes
2521e96a deleted cmd/ips.go as is unused
71e3b81a fix package path for iostreams
2d0f4b85 cosmetic changes
890a8cdc removed ip commands from cmd/root.go
10b9bfaa moved over ips command into /internal/command
d90f4199 fly ips private uses new render API
853e40a2 uses new render API
c297c30f adds a type field to output and renders a table
1bf39bdd command to allocate private ipv6s to app
78b5f3b6 Add 'ls' alias for 'fly m list' command

flyctl - v0.0.348

Published by michaeldwan over 2 years ago

7c7e1c5a remove extra comments
7e2904ab Machine list support --json flag
598e9372 secret generation uses closure, allowing for custom logic

flyctl - v0.0.348-pre-1

Published by michaeldwan over 2 years ago

598e9372 secret generation uses closure, allowing for custom logic

flyctl - v0.0.347

Published by michaeldwan over 2 years ago

6ed6d522 Allow running commands against individual machines without an app name from context
e15a59d6 exit 0 on UNCHANGED API errors (#1055)
1f3d943a Move all exportable packages to the project root per Go best practices
7f13b660 Remove unnecessary builder package
827e17ea remove prematurely added machines package
85e3ae02 V1Machine -> Machine
aa541de0 Remove unused build command
9d75d12d Clean up old machines code
e80c89bc WIP rework machines into a separate package to simplify actions on VM groups