Skip to content

api_function_disablegithubactionsstdoutcommandprocess

hugoalh edited this page Jun 28, 2023 · 4 revisions

Disable-GitHubActionsStdOutCommandProcess

  • Type: Function
  • In Version: >= v1.6.0
  • Alias:
    • (>= v0.3.0) Disable-GitHubActionsCommandProcess
    • (>= v0.3.0) Stop-GitHubActionsCommandProcess
    • (>= v1.6.0) Stop-GitHubActionsStdOutCommandProcess
    • (>= v1.6.0) Suspend-GitHubActionsCommandProcess
    • (>= v1.6.0) Suspend-GitHubActionsStdOutCommandProcess
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandProcessing πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandsProcess πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsCommandsProcessing πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsProcessCommand πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsProcessCommands πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsProcessingCommand πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Disable-GitHubActionsProcessingCommands πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandProcessing πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandsProcess πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsCommandsProcessing πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsProcessCommand πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsProcessCommands πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsProcessingCommand πŸ‘Ž
    • (v0.3.0 ~ v1.5.X) Stop-GitHubActionsProcessingCommands πŸ‘Ž

Description

Disable-GitHubActionsStdOutCommandProcess [[-EndToken] <String>]

Disable process all of the stdout commands, to allow log anything without accidentally execute any stdout command.

Parameter

EndToken

[Optional] <String> An end token for re-enable stdout command process, must be in single line string, more than or equal to 4 characters, and not match any GitHub Actions commands.

  • Default Value: A random token.
  • Position: 0
  • Accept Pipeline Input: False ❌
  • Accept Pipeline Input By Property Name: False ❌
  • Accept Wildcard Characters: False ❌
  • Alias:
    • EndKey
    • EndValue
    • Key
    • Token
    • Value

Output

<String> An end token for re-enable stdout command process.

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally