commit | e34ba9ade2bf4f1a9df97610dbbb277ad5138b46 | [log] [tgz] |
---|---|---|
author | Robert Spier <rspier@google.com> | Thu Nov 03 14:58:42 2016 -0700 |
committer | Robert Spier <rspier@google.com> | Thu Nov 03 15:21:53 2016 -0700 |
tree | 5e1963a1f16e5b6378323da4be1ba98220a91b41 | |
parent | 0b4284dd7fdd43f48eca126868747a51f74f6fed [diff] |
Minor tidying. Fix long line. Fix argparse name Add #!/usr/bin/python
API Documentation is at https://developers.google.com/open-source/gci/api
./list_tasks.py --apikey APIKEY
./list_instances.py --apikey APIKEY
./csv_uploader.py --apikey APIKEY file.csv
Each script also supports other flags. Use --help to see them.
The client library requires requests to be installed.
You can install it with pip
or easy_install
(instructions) or install your operating system specific package. On Ubuntu or Debian, it is in the python-requests
package.
Organization Adminstrators can find their API key on their User Profile.
To report bugs, please email gci-support@google.com.