Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 1.39 KB

Start-BwRestServer.md

File metadata and controls

75 lines (53 loc) · 1.39 KB
external help file Module Name online version schema
BitwardenPS-help.xml
BitwardenPS
2.0.0

Start-BwRestServer

SYNOPSIS

Starts Bitwarden REST server

SYNTAX

Start-BwRestServer [[-Port] <Object>] [[-Hostname] <Object>] [<CommonParameters>]

DESCRIPTION

Uses `bw serve` to run local REST server

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Port

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

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://bitwarden.com/help/cli/#serve