Skip to content

Enable-GitHubCommand

SYNOPSIS

Resumes workflow commands

SYNTAX

__AllParameterSets

Enable-GitHubCommand [-String] <string> [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Resumes processing any workflow commands.

To stop the processing of workflow commands, pass a unique string to the function. To resume processing workflow commands, pass the same string that you used to stop workflow commands to the Enable-GitHubCommand.

EXAMPLES

EXAMPLE 1

Enable-GitHubCommand "123"

Resumes processing any workflow commands.

PARAMETERS

-String

The unique string to resume the processing of workflow commands

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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

INPUTS

OUTPUTS

System.Void

{{ Fill in the Description }}

NOTES

Stopping and starting workflow commands