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.319-pre-3

Published by michaeldwan over 2 years ago

da95e77 create custom http.Client for flaps, use agent.DialContext
e33c889 Pg launch on Machines fixes (#905)
953f117 flyct services potstgres now uses the flypg package
086bc55 Migrate more postgres operations.
a9e87f8 fix: Update get
9f8ffe4 fix: Retrieve machine and give status
63053ee Use superuser for postgres attach
42565fa Create NuxtJS launcher
e22578a fix: checking proper state for machine kill should be done in flyd
ca31493 fix: Add check for force and whether machine is in proper state for destruction
d5aefab fix: UX of destroy
f7a3d2b fix: Add check for already destroyed machine
366cab4 feat: First pass at kill

flyctl - v0.0.319-pre-2

Published by michaeldwan over 2 years ago

da95e77 create custom http.Client for flaps, use agent.DialContext
e33c889 Pg launch on Machines fixes (#905)
953f117 flyct services potstgres now uses the flypg package
086bc55 Migrate more postgres operations.
a9e87f8 fix: Update get
9f8ffe4 fix: Retrieve machine and give status
63053ee Use superuser for postgres attach
42565fa Create NuxtJS launcher
e22578a fix: checking proper state for machine kill should be done in flyd
ca31493 fix: Add check for force and whether machine is in proper state for destruction
d5aefab fix: UX of destroy
f7a3d2b fix: Add check for already destroyed machine
366cab4 feat: First pass at kill

flyctl - v0.0.319-pre-1

Published by michaeldwan over 2 years ago

da95e77 create custom http.Client for flaps, use agent.DialContext
e33c889 Pg launch on Machines fixes (#905)
953f117 flyct services potstgres now uses the flypg package
086bc55 Migrate more postgres operations.
a9e87f8 fix: Update get
9f8ffe4 fix: Retrieve machine and give status
63053ee Use superuser for postgres attach
42565fa Create NuxtJS launcher
e22578a fix: checking proper state for machine kill should be done in flyd
ca31493 fix: Add check for force and whether machine is in proper state for destruction
d5aefab fix: UX of destroy
f7a3d2b fix: Add check for already destroyed machine
366cab4 feat: First pass at kill

flyctl - v0.0.318

Published by michaeldwan over 2 years ago

42565fa Create NuxtJS launcher

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