summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-remote.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2016-10-17 22:30:14 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2016-11-05 17:34:09 +0000
commit0613b4a47920374888f1c731ac4267094a6a6a8e (patch)
tree8bda4e02ca884eb83f1db694bf8063a2a8b8cbaf /src/ostree/ot-builtin-remote.c
parent6b467b9dbcb71759e70c79a246dc5e9a80e1b076 (diff)
downloadostree-0613b4a47920374888f1c731ac4267094a6a6a8e.tar.gz
remote: Add commands to add and remove cookies for a remote
Add commands to add and remove cookies to a remotes cookie jar. Closes: #531 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-builtin-remote.c')
-rw-r--r--src/ostree/ot-builtin-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ostree/ot-builtin-remote.c b/src/ostree/ot-builtin-remote.c
index 9ac03173..31924eb1 100644
--- a/src/ostree/ot-builtin-remote.c
+++ b/src/ostree/ot-builtin-remote.c
@@ -33,7 +33,9 @@ typedef struct {
static OstreeRemoteCommand remote_subcommands[] = {
{ "add", ot_remote_builtin_add },
+ { "add-cookie", ot_remote_builtin_add_cookie },
{ "delete", ot_remote_builtin_delete },
+ { "delete-cookie", ot_remote_builtin_delete_cookie },
{ "show-url", ot_remote_builtin_show_url },
{ "list", ot_remote_builtin_list },
{ "list-cookies", ot_remote_builtin_list_cookies },