< Back

Pode

Sat Jan 18, 2020 7:17 pm

NAME Pode



SYNOPSIS

The CLI for Pode, to initialise, build and start your Server.





SYNTAX

Pode [-Action] <String> [-Dev] [<CommonParameters>]





DESCRIPTION

The CLI for Pode, to initialise, build and start your Server.





PARAMETERS

-Action <String>

The action to invoke on your Server.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Dev [<SwitchParameter>]

Supply when running "pode install", this will install any dev packages defined in your package.json.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>pode install -dev













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>pode build













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>pode start















RELATED LINKS