Tags: pulumi/esc
Tags
Added support for passing values read from a file using --file (#556) * Added support for passing values read from a file using --from-file * Use --file parameter in env set to be consistent with env edit behavior * Do not add an extra \n if the value already contains one when using --value string * Add string value option to help for --value in get and open * Added break to prevent default execution * added --file from esc env set to changelog * Handle err when reading from stdin * Check that content is utf-8 valid also when coming from stdin * Improved handling args when using --file and added tests" * added test for --file with --string * Added tests for the case of trying to use binary files in esc env set --file * removed pending changes that were already merged to changelog * Added tests with multiline files for esc env set --file * changed help test for --file in env set
PreviousNext