Skip to content

Commit

Permalink
Update output
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Sep 28, 2022
1 parent 0a3e492 commit 37aade3
Show file tree
Hide file tree
Showing 3 changed files with 1,121 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Bitwarden/Bitwarden.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Bitwarden.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'
ModuleVersion = '1.0.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -101,7 +101,7 @@
# LicenseUri = ''

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/johnduprey/BitwardenPS'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
4 changes: 2 additions & 2 deletions Output/Bitwarden/Bitwarden.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Bitwarden.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'
ModuleVersion = '1.0.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -69,7 +69,7 @@
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @('Get-PublicCollections','Connect-PublicApi','Get-PublicEvents','Get-PublicGroupMemberIds','Get-PublicGroups','Get-PublicMemberGroupIds','Get-PublicMembers','Send-PublicMemberInvite','New-VaultAttachment','Get-VaultOrg','Get-VaultItem','New-VaultItem','Remove-VaultItem','Restore-VaultItem','Update-VaultItem','Lock-Vault','Unlock-Vault','Get-VaultStatus','Get-VaultTemplate','New-Password','Sync-Vault','Start-RestServer','Stop-RestServer')
FunctionsToExport = @('Get-PublicCollections','Connect-PublicApi','Get-PublicEvents','Get-PublicGroupMemberIds','Get-PublicGroups','Get-PublicMemberGroupIds','Get-PublicMembers','Send-PublicMemberInvite','Get-VaultAttachment','Get-VaultItemNotes','Get-VaultItemPassword','Get-VaultItemPwExposed','Get-VaultItemTotp','Get-VaultItemUri','Get-VaultItemUsername','New-VaultAttachment','Remove-VaultAttachment','Confirm-VaultOrgMember','Get-VaultCollections','Get-VaultOrgCollection','Get-VaultOrgMembers','Get-VaultOrgs','Move-VaultItemToCollection','New-VaultOrgCollection','Remove-VaultOrgCollection','Update-VaultOrgCollection','Get-VaultFolder','Remove-VaultFolder','Update-VaultFolder','Get-VaultItem','New-VaultItem','Remove-VaultItem','Restore-VaultItem','Update-VaultItem','Lock-Vault','Unlock-Vault','Get-VaultStatus','Get-VaultTemplate','New-Password','Sync-Vault','Start-RestServer','Stop-RestServer','Get-Send','New-Send','Remove-Send','Update-Send')

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
#CmdletsToExport = '*'
Expand Down
Loading

0 comments on commit 37aade3

Please sign in to comment.