external help file | Module Name | online version | schema |
---|---|---|---|
BitwardenPS-help.xml |
BitwardenPS |
2.0.0 |
Starts Bitwarden REST server
Start-BwRestServer [[-Port] <Object>] [[-Hostname] <Object>] [<CommonParameters>]
Uses `bw serve` to run local REST server
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Port to run server on, default 8087
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: 8087
Accept pipeline input: False
Accept wildcard characters: False
Hostname to run server on, default localhost
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Localhost
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.