gcputil 0.1.0 copy "gcputil: ^0.1.0" to clipboard
gcputil: ^0.1.0 copied to clipboard

Utilities for Dart services running on Google Cloud, including metadata, Secret Manager, Cloud KMS, and Cloud Tasks helpers.

example/gcputil_example.dart

import 'package:gcputil/gcputil.dart';

Future<void> main() async {
  final project = await projectId;
  final serviceAccount = await runtimeServiceAccountEmail;

  print('Project: $project');
  print('Runtime service account: $serviceAccount');
}
0
likes
160
points
884
downloads

Documentation

API reference

Publisher

verified publisheransoro.net

Weekly Downloads

Utilities for Dart services running on Google Cloud, including metadata, Secret Manager, Cloud KMS, and Cloud Tasks helpers.

Repository (GitHub)
View/report issues

Topics

#google-cloud #secret-manager #cloud-kms #cloud-tasks

License

BSD-3-Clause (license)

Dependencies

googleapis, googleapis_auth, http

More

Packages that depend on gcputil