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.307-pre-1

Published by michaeldwan over 2 years ago

5e17cda use flag.Org function
35d5484 Updated machine clone docs
99b7761 Use flag.Region function
4a50f60 Fix Rails launcher env settings
c539ade Flaps client from context is a bad idea
5336bfd RequireFlapsClient only for commands that define flag.Org
95a8685 Request should have a body if it's not nil
5cf2e12 Refactor the flaps client
558211a Cleanup the remains of the old command
ce91847 Fix broken command flags
2670f0a Make sure machine remove works
02753a5 Machine status is not yet implemented
d848be4 Update machine command docs
9078a2a Port machine run
3778608 Port machine remove
ba9b74f Port machine clone
edca0db Port machine kill
2091b0d Port machine start
78d5ac9 Port machine stop
353954f Port machine list

flyctl - v0.0.306

Published by michaeldwan over 2 years ago

b5101f2 Revert "Add region selection when creating app" (#871)

flyctl - v0.0.305

Published by michaeldwan over 2 years ago

01cbe6d set RAILS_ENV=production and RAILS_LOG_TO_STDOUT=true by default
e4d9b00 Add region selection when creating app
1b151b8 Adding flaps pkg (#859)

flyctl - v0.0.304

Published by michaeldwan over 2 years ago

9923708 try and fix buildpacks not ignoring files
e9f0f78 flyctl pg connect only for pg apps
386399b Reuse code to check for pg apps
f211d4e Deprecate the suspend command behind an error message, and hide resume while still allowing its use
449b347 Region before state
4b78da1 Change status to state for machines
e877749 Status support for machines
4007d31 fix: Change bool
a80cccc Run pg specific commands only on confirmed pg apps
eca3a4f nit: Move formatting logic into separate function
e3c5930 fix: Update formatting for output in checks list

flyctl - v0.0.304-pre-1

Published by michaeldwan over 2 years ago

9923708 try and fix buildpacks not ignoring files
e9f0f78 flyctl pg connect only for pg apps
386399b Reuse code to check for pg apps
f211d4e Deprecate the suspend command behind an error message, and hide resume while still allowing its use
449b347 Region before state
4b78da1 Change status to state for machines
e877749 Status support for machines
4007d31 fix: Change bool
a80cccc Run pg specific commands only on confirmed pg apps
eca3a4f nit: Move formatting logic into separate function
e3c5930 fix: Update formatting for output in checks list

flyctl - v0.0.303

Published by michaeldwan over 2 years ago

d09e39d Fix incorrect documentation of 'apps create'
77d36ea u can't trick me
4922499 collect redacted agent logs
8bc544f fly doctor diag
ceeae15 Expanding compatibility check for PG connect (#856)
52dbc64 Remove PG provision option with incorrect memory specification (#855)
06063f0 flyctl wireguard reset
e91d4b1 clean up fly doctor
eae585e feat: remind to add alternate certificate

flyctl - v0.0.302

Published by michaeldwan over 2 years ago

fa04324 fix: Use rw-server for RedwoodJS app Dockerfile
a09cc68 Add a launcher for the Crystal Lucky framework
6f18c81 Add experimental support for Nix-based deployments (#845) - do not use :)
92cf9f1 pkg/agent: fix printed order of mismatching agent versions
3c4d857 Allow creating an unencrypted volume

flyctl - v0.0.302-pre-1

Published by michaeldwan over 2 years ago

6f18c81 Experimental Nix-based deployments (#845)
92cf9f1 pkg/agent: fix printed order of mismatching versions

flyctl - v0.0.301

Published by michaeldwan over 2 years ago

632a44b allow custom machine size, use presets right here (#850)
994c20d Display volume state when listing volumes (#849)

flyctl - v0.0.300

Published by michaeldwan over 2 years ago

6d8abf4 get actual context error from request (#847)

flyctl - v0.0.300-pre-1

Published by michaeldwan over 2 years ago

e91f24c get actual context error from request

flyctl - v0.0.299

Published by michaeldwan over 2 years ago

736e4e3 Evaluation ID for deploys (#846)

flyctl - v0.0.299-pre-2

Published by michaeldwan over 2 years ago

9104f55 add timeout to context for single request for release command

flyctl - v0.0.299-pre-1

Published by michaeldwan over 2 years ago

3614f98 use evaluation_id to get correct deployment every time

flyctl - v0.0.298

Published by michaeldwan over 2 years ago

511cd71 attempt to fix new app deploying too fast
769d86b Port proxy command to the new CLI format (#842)
217199b Add distinct name for WireGuard connections generated by the agent (#492)
fecde3f fix: Update type of appname to ID

flyctl - v0.0.297

Published by michaeldwan over 2 years ago

d2f71f2 flyctl wireguard status
b68b55c Use the iostream package spinners (#827)
097985f Handle cancelation while establishing ssh connection
de71743 Updates for the latest Redwood and for Postgres support
b4f32bf Serve Rails static assets from the edge
1ae4baa Protect CI runs using fly launch --no-deploy or --now from prompts for setting up Postgres
3269a40 Allow specifying a condition that must be true in order for Postgres initialization commands in lanchers to execute
1a78bc7 Fix releases regression: calls runOpen instead of runReleases
4e7b22f Ping exactly the number of requested interations
8422151 Remove PG cluster option from Django scanner
e606ca3 move scanner helpers to a separate file
9f8a067 Ask to create a Postgres cluster for all runtimes, and add support for PG-specific initialization commands

flyctl - v0.0.297-pre-2

Published by michaeldwan over 2 years ago

d2f71f2 flyctl wireguard status

flyctl - v0.0.297-pre-1

Published by michaeldwan over 2 years ago

b68b55c Use the iostream package spinners (#827)
097985f Handle cancelation while establishing ssh connection
de71743 Updates for the latest Redwood and for Postgres support
b4f32bf Serve Rails static assets from the edge
1ae4baa Protect CI runs using fly launch --no-deploy or --now from prompts for setting up Postgres
3269a40 Allow specifying a condition that must be true in order for Postgres initialization commands in lanchers to execute
1a78bc7 Fix releases regression: calls runOpen instead of runReleases
4e7b22f Ping exactly the number of requested interations
8422151 Remove PG cluster option from Django scanner
e606ca3 move scanner helpers to a separate file
9f8a067 Ask to create a Postgres cluster for all runtimes, and add support for PG-specific initialization commands

flyctl - v0.0.296

Published by michaeldwan over 2 years ago

103774b Fix garbage release command output during non-interactive deploys (fixes #795)
28094e6 Add support for pg_settings with bool/real var types. (#811)
3e1b6b5 PG Config Management for Machines (#798)
b980ff0 Guess DOCKER_HOST unless correctly specified
cbe94e0 Add the flyctl ping command for debugging Wireguard connections
335b817 Add a Django app launcher

flyctl - v0.0.296-pre-1

Published by michaeldwan over 2 years ago

103774b possible fix for spinner spam when non interactive (fixes #795)
60968c5 Fix typo: "occured" -> "occurred"
4496f97 Removing stray log
28094e6 Add support for pg_settings with bool/real var types. (#811)
3e1b6b5 PG Config Management for Machines (#798)
09eeb32 Add GetMachine api function
6cc4607 re-export this
b980ff0 attempt to guess DOCKER_HOST unless correctly specified
cd56006 just ping 1 6pn addr if you want
63622d9 round time off at 100us
ab9c85d feat: Add status to docs
9336e3b resolve 6pn back to regional names
6b0d796 feat: Add status command to machine
8e8a1bf document stuff
6a6bc98 nice catch, ci
cbe94e0 flyctl ping
e4eba92 Match generated docs more closely to the new docs design
964f828 Fix secre_key help
31e9825 Set SECRER_KEY_BASE
00b1e09 Add postgres cluster launcher
335b817 Add simple django dockerfile