-
Notifications
You must be signed in to change notification settings - Fork 5
Executables
bigfleet edited this page Sep 12, 2010
·
3 revisions
blanket-cfg could be moved to a more traditional Ruby class which would allow for better testing, especially since I’m not 100% clear what the ultimate target for this executable will be.
Right now, the command to get blanket set up is:
blanket-cfg --task=taskname --source=Subversion --sink=S3
I am wondering whether I’d rather have some syntax like
blanket configure taskname -o Subversion -i S3
then
blanket taskname
to actually perform the backup. I am wondering if this will work, though, considering the directory based nature of the config setups.