Syntax
Add-ScriptBundle [-FileUri] <String> [<CommonParameters>]Related Commands
Get-ScriptBundleDetailed Description
Adds an ScriptBundle to the Auto Deploy Server.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
FileUri | String | File Uri of the ScriptBundle. The file must be a tgz file. | true | true(ByValue, ByPropertyName) |
Return Type
Notes
Examples
-------------- Example 1 --------------
C:\PS> Add-ScriptBundle "file:///c:/temp/script-bundle-0.tgz"
Adds the ScriptBundle to the server