You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/docs/commands/db-list-maps.asciidoc b/docs/commands/db-list-maps.asciidoc
new file mode 100644
index 0000000..77b8d4c
--- /dev/null+++ b/docs/commands/db-list-maps.asciidoc@@ -0,0 +1,21 @@+[[db-list-maps]]+== db-list-maps++=== Description++The +db-list-maps+ command lists the names of all maps available in the Hootenanny Web Services database that are either public or are +privately owned by the specified user. The +api.db.email+ configuration option must be specified to identify the user.++* +databaseUrl+ - URL of the Hootenanny Web Services database (without including a map layer name)++=== Usage++--------------------------------------+db-list-maps (databaseUrl)+--------------------------------------++=== Examples++--------------------------------------+db-list-maps -D api.db.email=myemail@me.com hootapidb://user:password@localhost:5432/hoot+--------------------------------------