donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.23k stars 280 forks source link

Support for setting env vars witin saws #79

Open bedge opened 8 years ago

bedge commented 8 years ago

This limits it's functionality as one cannot save output values to use in subsequent expressions.

saws> VPC_ID=vpc-XXXXXX

saws> echo $VPC_ID

Is there some other syntax for setting local shell variables?

donnemartin commented 8 years ago

I don't think something like this is currently supported--would be a handy feature.

Thanks for the report!