22 Commits

Author SHA1 Message Date
c4ef73c953 Refactor provisioner data+list format to match 2020-01-12 14:23:11 -05:00
b9177c2f26 Add word Job to task ID output 2020-01-12 14:16:11 -05:00
2057859b9f Add Celery task list output 2020-01-12 14:12:01 -05:00
6cd3d5c888 Support no-start/no-define in CLI client 2020-01-08 20:13:26 -05:00
4e5bce4975 Update copyright header year to 2020 2020-01-08 19:38:02 -05:00
6e5065511c Move API call to function and implement keys
Move all API calls to a new common function called call_api to
facilitate easier future changes. Use this function to implement API key
handling via request header value as well as integrate the request URI
generation and debug output handling.

Closes #65
2020-01-08 19:34:24 -05:00
a197d9da80 Support wait watching provisioning task
Addresses #67
2020-01-08 14:41:46 -05:00
f4206c2b44 Use correct method for userdata update 2020-01-06 23:39:47 -05:00
62798f9ee8 Use the passed name to modify commands 2020-01-06 23:37:28 -05:00
2aaccfffa7 Use POST body for large data objects 2020-01-06 23:30:34 -05:00
47c49f7672 Fix click import (again) 2020-01-06 12:55:44 -05:00
27279c9686 Properly import click echo 2020-01-06 12:38:20 -05:00
8364d67c51 Correct bad name 2020-01-05 19:19:19 -05:00
a9b8403812 Support viewing source volumes 2020-01-05 19:11:52 -05:00
b9fdce6728 Use consistent function and stderr for debug 2020-01-05 12:51:06 -05:00
08570bd7b9 Don't click.echo except in main program
Return all the strings we printed directly, so that the caller can print
them normally.
2020-01-05 12:35:00 -05:00
089b3d7a43 Better output of job status 2020-01-04 14:45:40 -05:00
aa2bb7c94c Add create and status functions 2020-01-04 14:31:22 -05:00
b88bdc29af Add profile handling 2020-01-04 14:06:36 -05:00
a4ad58e64c Add userdata and script options 2020-01-04 13:04:01 -05:00
e5d38ec6bd Implement template CLI functions 2020-01-04 11:58:30 -05:00
cb3cc2782a Add initial bits of provisioner CLI 2020-01-02 11:19:08 -05:00