For @fedora users of the following COPRs:
- mroche/golang-test
- mroche/cloud-native-utilities
With Fedora 36 now EOL, I will stop building against the platform. Please migrate to Fedora 37 or Fedora 38 for continued releases and support!
#fedora #eol #copr #golang #cloudnative #terraform #packer #buildpack #knative #tektoncd #helm #flyctl
📢 #flyctl v0.0.557 introduced a new command:
> fly console
For #Django, you can define a 'console_command' in your fly.toml file:
console_command = "/code/manage.py shell"
You can find more details here:
https://community.fly.io/t/easily-run-a-console-in-a-new-machine-with-fly-console/12773
Easily run a console in a new machine with `fly console`
In flyctl v0.0.557, we introduced a new command, fly console, to make it easier to run interactive tools like the Rails console and the Django shell for your apps. If you’re familiar with Heroku, it’s designed to provide a user experience similar to the original heroku console. The usual way to do run an interactive console has been to write out a fly ssh console command, e.g.: fly ssh console --pty -C "/rails/bin/rails console" Besides being a lot to type, this runs the console in an existin...
Fly.io