pulumi_command 1.2.1
pulumi_command: ^1.2.1 copied to clipboard
The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.
pulumi_command #
Generated Pulumi provider SDK for Dart.
Installation #
dart pub add pulumi_command
Usage #
import 'package:pulumi_command/pulumi_command.dart' as provider;
Alternative: Use directly from GitHub #
dependencies:
pulumi_command:
git:
url: https://github.com/kingwill101/pulumi-dart.git
path: packages/command
ref: main
See the example/ directory for a runnable sample.
This file is preserved across SDK regeneration done via task generate: