dir property

Input<String>? dir
final

The directory from which to run the command from. If dir does not exist, then Command will fail.

Implementation

final pulumi.Input<String>? dir;