Closed robbernabe closed 10 years ago
Great that you find it useful:)
You do not have to use awsfab for non aws-specific task. Some of the built-in tasks get their defaults for keyword arguments from awsfabsettings.conf.awsfab_settings
which causes this warning when you are importing them without awsfab. You have a few choices:
awsfab -f otherfile.py
.Perfect. Thanks for the quick response!
Awesome package, super useful!
With the utility installed, I get the following error when I run my standard fabric tasks:
Should I be using
awsfab
even for my non aws-specific tasks?