Imports the Carbon module.
Import-Carbon.ps1 [[-Prefix] <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Intelligently imports the Carbon module, re-importing it if needed. Carbon will be re-imported if:
Force
switch is setName | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Prefix | String | The prefix to use on all the module's functions, cmdlets, etc. |
false | false | |
Force | SwitchParameter | Reload the module no matter what. |
false | false | False |
WhatIf | SwitchParameter | false | false | ||
Confirm | SwitchParameter | false | false | ||
CommonParameters | This cmdlet supports common parameters. For more information type Get-Help about_CommonParameters . |
Import-Carbon.ps1
Imports the Carbon module, re-loading it if its already loaded.