patchbay_cli 0.4.0 copy "patchbay_cli: ^0.4.0" to clipboard
patchbay_cli: ^0.4.0 copied to clipboard

Command line client for Patchbay: connect to a running Flutter app over VM Service or direct HTTP, invoke commands, drive UI, pull logs and screenshots.

example/patchbay_cli_example.dart

import 'dart:io';

import 'package:patchbay_cli/patchbay_cli.dart';

Future<void> main() async {
  exitCode = await runPatchbayCli(const <String>['--help']);
}
0
likes
0
points
423
downloads

Publisher

unverified uploader

Weekly Downloads

Command line client for Patchbay: connect to a running Flutter app over VM Service or direct HTTP, invoke commands, drive UI, pull logs and screenshots.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, crypto, patchbay, patchbay_transport, vm_service, yaml

More

Packages that depend on patchbay_cli