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

Published by michaeldwan over 2 years ago

42565fa Create NuxtJS launcher

flyctl - v0.0.317

Published by michaeldwan over 2 years ago

63053ee Use superuser for postgres attach
5396c91 Move all nix Dockerfile content to nix-base repo
c0560d2 make Nix deploys work
413e3a6 Deployments adjustments for Nix
ce5def8 Simplify nix builds to use a Dockerfile based on a custom Nix deployment image

flyctl - v0.0.317-pre-1

Published by michaeldwan over 2 years ago

5396c91 Move all nix Dockerfile content to nix-base repo
c0560d2 make Nix deploys work
413e3a6 Deployments adjustments for Nix
ce5def8 Simplify nix builds to use a Dockerfile based on a custom Nix deployment image

flyctl - v0.0.316

Published by michaeldwan over 2 years ago

084d2b7 Rebuilds logs into logs.LogEntry so logPresenter knows what to do with api.LogEntry

flyctl - v0.0.315

Published by rugwirobaker over 2 years ago

What's Changed

Full Changelog: https://github.com/superfly/flyctl/compare/v0.0.314...v0.0.315

flyctl - v0.0.314

Published by michaeldwan over 2 years ago

b057640 Redwood: Fix sqlite database path
d06736c Redwood: Use built-in yarn binary and enable caching for a smaller Docker image

flyctl - v0.0.313

Published by michaeldwan over 2 years ago

bd0e2d2 Update the RedwoodJS scanner and templates for RedwoodJS 1.0

flyctl - v0.0.312

Published by michaeldwan over 2 years ago

62c5097 Allow breaking out of Docker context uploads

flyctl - v0.0.311

Published by michaeldwan over 2 years ago

7eca496 fly releases --image now displays the deployed Docker image reference which may be used to deploy
35d1ddb trim whitespace when reading FLY_ACCESS_TOKEN
f4fcce6 Added fly --build-only --push to allow inspecting the resulting built image @me-diru

flyctl - v0.0.310

Published by michaeldwan over 2 years ago

bb90927 Revert "Improvements to interactions with large Docker contexts"

flyctl - v0.0.309

Published by michaeldwan over 2 years ago

  • Display Docker context size at deploy time
  • Warn about large contexts
  • Fix: Docker context upload may be cancelled
flyctl - v0.0.308

Published by michaeldwan over 2 years ago

7af5c27 revert "file:" processing on build args

flyctl - v0.0.307

Published by michaeldwan over 2 years ago

  • Switch the Rails app launcher to use a Dockerfile
  • Rails launcher updates: Switch away from Buildpacks to a Dockerfile, detect the Ruby and Bundler versions, and make them plus NodeJS versions configurable in fly.toml
  • Port the machines command to the new CLI format
flyctl - v0.0.307-pre-4

Published by michaeldwan over 2 years ago

124453b Use a Dockerfile for the Rails launcher

flyctl - v0.0.307-pre-3

Published by michaeldwan over 2 years ago

flyctl - v0.0.307-pre-2

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