Reputation: 7158
I'm trying to write a script in python or bash which executes bulkloader.py to backup my entities on appengine but I don't know how to handle the email and password prompts on the bulkloader.
is there a way to insert those fields in a bash or python script?
Upvotes: 1
Views: 158
Reputation: 814
Here document. Available for bash scripts and languages like Perl, PHP, Python, PowerShell and Ruby.
Upvotes: 1