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

Published by michaeldwan about 2 years ago

955ef458 use flaps.ListActive for machine app status
08ffc326 Fix that ssh console could select a destroyed machine on machine apps

flyctl - v0.0.375

Published by michaeldwan about 2 years ago

ce9e8537 Use name in place of ID for most Redis operations
8b2ac0eb add directive to connect to redis-cli
9f76de2c Do not pollute stdout with help text
f3c83cfc Ensure deps are fetched and project is build before checking phx support

flyctl - v0.0.375-pre-1

Published by michaeldwan about 2 years ago

8b2ac0eb add directive to connect to redis-cli

flyctl - v0.0.374

Published by michaeldwan about 2 years ago

4cdaafa0 Ensure env vars can be set during deployment, fixes #1184

flyctl - v0.0.373

Published by michaeldwan about 2 years ago

5e72900a Ignore destroyed machines on deploy
fdd618ed Do not override PRIMARY_REGION envvar if explicitly set in fly.toml
87cfb933 Correctly set env var
ae89c37b Set PRIMARY_REGION envvar
464b3648 Serialize primary_region on machines
0826bcaf naive implementation of a shim for redis-cli to connect to remote Redis instances
7838814e Support Redis eviction policy and rename cluster to database
84a3325a Remove Puma -C config/puma.rb option
36090c33 Fix typos in launch wizard
d6ea8f93 Do not lint generated docstrings

flyctl - v0.0.372

Published by michaeldwan about 2 years ago

fe8e8cdc Add pre-commit task to Makefile
e5ef23c9 Display correct redis plan name
a1006d1d Fix deleting redis clusters
5d4ba71c Clean up plan display on Redis create
11b869fe Simplify display of redis plans and rename instance to cluster
69e99e51 Use lo.Filter from samber/lo lib introduced in previous PR

flyctl - v0.0.371

Published by michaeldwan about 2 years ago

524bd2aa Pass pre-commit rules
7bd62b30 Display redis plan and read regions on redis status
aed247cd Fix redis update and show redis plan on list
3d6bc188 Add request logging to genqclient
79a07f6d implement 'redis update' and move other redis commands to gqlclient
2c9ca3f8 Replace gofmt linter by gofumpt
6c5fb7d3 Enable ineffassign linter
5f64cb3c Enable staticcheck linter
7a2c91fe Enable unused linter
3fa00a42 Enable govet linter
43e5561c Obey primaryRegion on machine creation
9c892d28 Remove dead code
c7343490 enable unconvert linter
b5c00022 enable gosimple linter
284207dd fix goimports linter output
7246d8a9 Make spinners cleaner and more fun
30917786 Add github workflow
9747f1c1 Try using process groups to filter release commands
6d5f0b06 Poll release command VM for its events, since they tend to register with a delay
ced65b24 Run release commands on an ephemeral machine before deploy

flyctl - v0.0.371-pre-2

Published by michaeldwan about 2 years ago

2c9ca3f8 Replace gofmt linter by gofumpt
6c5fb7d3 Enable ineffassign linter
5f64cb3c Enable staticcheck linter
7a2c91fe Enable unused linter
3fa00a42 Enable govet linter

flyctl - v0.0.371-pre-1

Published by michaeldwan about 2 years ago

43e5561c Obey primaryRegion on machine creation
9c892d28 Remove dead code
c7343490 enable unconvert linter
b5c00022 enable gosimple linter
284207dd fix goimports linter output
7246d8a9 Make spinners cleaner and more fun
30917786 Add github workflow
9747f1c1 Try using process groups to filter release commands
6d5f0b06 Poll release command VM for its events, since they tend to register with a delay
ced65b24 Run release commands on an ephemeral machine before deploy

flyctl - v0.0.369-pre-1

Published by michaeldwan about 2 years ago

1e6c3ed5 Pg machine restores (#1150)
f85cab02 get user PHP version, falling back to php8.0 if not parsable. falls back to php7.4 if user is using less than 7.4
2e6c6ec5 Support JSON output for listing secrets

flyctl - v0.0.370

Published by michaeldwan about 2 years ago

1e6c3ed5 Pg machine restores (#1150)
f85cab02 get user PHP version, falling back to php8.0 if not parsable. falls back to php7.4 if user is using less than 7.4
2e6c6ec5 Support JSON output for listing secrets

flyctl - v0.0.369

Published by michaeldwan about 2 years ago

e7b5493e Mention Upstash in more places

flyctl - v0.0.368

Published by michaeldwan about 2 years ago

1af6a383 Use app name from context for deploy monitor

flyctl - v0.0.367

Published by michaeldwan about 2 years ago

c5e23a47 Add multi-region select support, allow customizing selector messages, and pass read replica regions to the Redis API
78bf7220 Fix:stop detecting all python apps as django
0f512c1c No need to ask for --remote-only anymore
28699671 Update for changes to addon mutations
1df99af0 required version neeeds to be checked on postgres app
301f5c67 show platform version in app details
859d3ad4 Fix:secrets failing tests
f23f2e7a Remove the services namespace
465454cf Check machine image version before posthgres command
9891429d Fix:update some oudated output from fly pg config
d929cef6 Fix:use machine.ImageRef instead of machine.Config.ImageRef
23fab048 Prinit database access credentials
5e46493f Monitoring nomad cluster releases
d945136d Fix a panicking copy pasta in prompt library
22ed355f Fix a couple of prompt related panics
d95b9419 Remove the remants for pkg
5c6c0ab9 Add postgres config command
091dd7d0 Add update command that supports machines only
11efd52c Fix packages imports to match absense of pkg
0a65687b fly pg create supports both machines/nomad
1f803e59 Implement postgres restart for nomad clusters
f242ec98 Migrate users list to the new command tree
c3e4c4c9 Migrate db list to the new command tree
d44a1a7e Migrate list to the new command tree
56f1578d Migrate connect to the new command tree
e0b18846 Migrate Detach to the new command tree
fdfdb1c6 Migrate attach to the new command tree
ebc12d33 Migrate restart to the new command tree
bba89247 Create new postgres command tree

flyctl - v0.0.367-pre-1

Published by michaeldwan about 2 years ago

0f512c1c No need to ask for --remote-only anymore
1df99af0 required version neeeds to be checked on postgres app
301f5c67 show platform version in app details
859d3ad4 Fix:secrets failing tests
f23f2e7a Remove the services namespace
465454cf Check machine image version before posthgres command
9891429d Fix:update some oudated output from fly pg config
d929cef6 Fix:use machine.ImageRef instead of machine.Config.ImageRef
23fab048 Prinit database access credentials
5e46493f Monitoring nomad cluster releases
d945136d Fix a panicking copy pasta in prompt library
22ed355f Fix a couple of prompt related panics
d95b9419 Remove the remants for pkg
5c6c0ab9 Add postgres config command
091dd7d0 Add update command that supports machines only
11efd52c Fix packages imports to match absense of pkg
0a65687b fly pg create supports both machines/nomad
1f803e59 Implement postgres restart for nomad clusters
f242ec98 Migrate users list to the new command tree
c3e4c4c9 Migrate db list to the new command tree
d44a1a7e Migrate list to the new command tree
56f1578d Migrate connect to the new command tree
e0b18846 Migrate Detach to the new command tree
fdfdb1c6 Migrate attach to the new command tree
ebc12d33 Migrate restart to the new command tree
bba89247 Create new postgres command tree

flyctl - v0.0.366

Published by michaeldwan about 2 years ago

70697241 add 'redis plans' command, and ask to select a plan upon Redis creation
b0ad8e75 Fix that unset/import secrets were missing the detach flag
e2100d32 wip restore gqclient

flyctl - v0.0.366-pre-1

Published by michaeldwan about 2 years ago

70697241 add 'redis plans' command, and ask to select a plan upon Redis creation
b0ad8e75 Fix that unset/import secrets were missing the detach flag
e2100d32 wip restore gqclient

flyctl - v0.0.365

Published by michaeldwan about 2 years ago

ab8d6012 --force on OTHER pg attach

flyctl - v0.0.365-pre-1

Published by michaeldwan about 2 years ago

flyctl - v0.0.364

Published by michaeldwan about 2 years ago

105ccd25 add --force to pg attach (#1124)
14155346 Fix wildcard cert instructions (#1128)
a18e1bc2 Allow staging secrets for machine app deployments (#1126)
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)