Skip to content

Commit

Permalink
Add cmdlet Get-CouchDBActiveTask, Enable-CouchDBCluster, Compress-Cou…
Browse files Browse the repository at this point in the history
…chDBDatabase, Clear-CouchDBView. Fix all help info.
  • Loading branch information
Matteo Guadrini committed Apr 23, 2018
1 parent d2bbe53 commit 62c3fc3
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 57 deletions.
6 changes: 5 additions & 1 deletion PSCouchDB/PSCouchDB.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSCouchDB.psm1'

# Version number of this module.
ModuleVersion = '1.3.0'
ModuleVersion = '1.4.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -79,7 +79,11 @@ FunctionsToExport = @("Get-CouchDBDatabase",
"Get-CouchDBNode",
"Get-CouchDBReplication",
"Get-CouchDBReplicationScheduler",
"Get-CouchDBActiveTask",
"Enable-CouchDBCluster",
"Add-CouchDBNode",
"Compress-CouchDBDatabase",
"Clear-CouchDBView",
"Set-CouchDBDocument",
"Set-CouchDBAttachment",
"Set-CouchDBUser",
Expand Down

0 comments on commit 62c3fc3

Please sign in to comment.