serverpod_cloud_cli 1.0.1
serverpod_cloud_cli: ^1.0.1 copied to clipboard
A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
// 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!');
}