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

Deploy Serverpod apps on Fly.io, Railway, DigitalOcean, and more via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker/fly/railway/DO quirks, Flutter web packaging, Postgres wir [...]

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

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.io, Railway, DigitalOcean, and more via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker/fly/railway/DO 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