aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-09 09:48:07 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 14:23:07 +0300
commit07fdebdbb02fde71d6e656ddd46b967347417502 (patch)
tree594c2f352499aaac0756e3071a4b7ce2aee0fd34 /bdep/bdep.cli
parent8a87a8bc08f0d692f53a0373da3a0a959de13e52 (diff)
Implement publish command for publishing packages to archive repositories
Diffstat (limited to 'bdep/bdep.cli')
-rw-r--r--bdep/bdep.cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/bdep.cli b/bdep/bdep.cli
index 6d6eb04..284f1a5 100644
--- a/bdep/bdep.cli
+++ b/bdep/bdep.cli
@@ -443,6 +443,11 @@ namespace bdep
"\l{bdep-status(1)} \- print status of project and/or its dependencies"
}
+ bool publish
+ {
+ "\l{bdep-publish(1)} \- publish project to archive repository"
+ }
+
bool deinit
{
"\l{bdep-deinit(1)} \- deinitialize project in build configurations"