wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.98k stars 263 forks source link

Inline file as string param #137

Open fxaguessy opened 7 years ago

fxaguessy commented 7 years ago

As suggested in #136 by @avoidik it would be interesting to import the content of a file in a variable. For example,

Use case is Route53 TXT-record for DKIM, which should contain RSA public-key

This could be implemented when parameters will be typed. A string parameter beginning with "file://" could be imported from a file.