< Back
New-OMPPluginManifest
Post
NAME New-OMPPluginManifest
SYNOPSIS
Creates a new OMP Plugin manifest file.
SYNTAX
New-OMPPluginManifest [-Name] <String> [[-Path] <String>] [[-Version] <String>] [[-Description] <String>]
[<CommonParameters>]
DESCRIPTION
Creates a new OMP Plugin manifest file.
PARAMETERS
-Name <String>
Name of the plugin
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <String>
Path of the manifest file. The default path is the plugin folder in the module directory.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Version <String>
Version of the plugin. Defaults to 0.0.1.
Required? false
Position? 3
Default value 0.0.1
Accept pipeline input? False
Accept wildcard characters? false
-Description <String>
Plugin description for the manifest file.
Required? false
Position? 4
Default value None
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
NOTES
Author: Zachary Loeber
-------------------------- EXAMPLE 1 --------------------------
New-OMPPluginManifest -Name 'mygreatplugin' -Version '0.0.1' -Description 'My great plugin'
Creates 'mygreatplugin' manifest file in the mygreatplugin directory of the current and displays the full path to
the created plugin.
RELATED LINKS
https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh
SYNOPSIS
Creates a new OMP Plugin manifest file.
SYNTAX
New-OMPPluginManifest [-Name] <String> [[-Path] <String>] [[-Version] <String>] [[-Description] <String>]
[<CommonParameters>]
DESCRIPTION
Creates a new OMP Plugin manifest file.
PARAMETERS
-Name <String>
Name of the plugin
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <String>
Path of the manifest file. The default path is the plugin folder in the module directory.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Version <String>
Version of the plugin. Defaults to 0.0.1.
Required? false
Position? 3
Default value 0.0.1
Accept pipeline input? False
Accept wildcard characters? false
-Description <String>
Plugin description for the manifest file.
Required? false
Position? 4
Default value None
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
NOTES
Author: Zachary Loeber
-------------------------- EXAMPLE 1 --------------------------
New-OMPPluginManifest -Name 'mygreatplugin' -Version '0.0.1' -Description 'My great plugin'
Creates 'mygreatplugin' manifest file in the mygreatplugin directory of the current and displays the full path to
the created plugin.
RELATED LINKS
https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh