serverpod_cloud_cli 1.0.1 copy "serverpod_cloud_cli: ^1.0.1" to clipboard
serverpod_cloud_cli: ^1.0.1 copied to clipboard

A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.

example/example.dart

// ignore_for_file: avoid_print

/// Example file.
/// Since this is a CLI command package there is not much to do here.
library;

void main() {
  print('Hello, World!');
}