podfly 0.10.8 copy "podfly: ^0.10.8" to clipboard
podfly: ^0.10.8 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

With Flutter:

 $ flutter 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.8

Alternatively, your editor might support dart pub get or flutter 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
130
points
400
downloads

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

args, io, mason_logger, path, yaml

More

Packages that depend on podfly