podfly 0.10.2 copy "podfly: ^0.10.2" to clipboard
podfly: ^0.10.2 copied to clipboard

Deploy Serverpod apps on Fly, Railway, DigitalOcean, Render, Cloud Run, AWS, Azure, and Hetzner via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker quirks, Flutter web packagi [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate podfly

Use it

The package has the following executables:

$ podfly

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add podfly

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  podfly: ^0.10.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:podfly/podfly.dart';
0
likes
0
points
400
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Deploy Serverpod apps on Fly, Railway, DigitalOcean, Render, Cloud Run, AWS, Azure, and Hetzner via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker quirks, Flutter web packaging, Postgres wiring, smoke checks.

Repository (GitHub)
View/report issues

Topics

#serverpod #deploy #cli #fly #railway

License

unknown (license)

Dependencies

args, io, path, yaml

More

Packages that depend on podfly