Show / Hide Table of Contents

Class PulumiOrgSearchAIOptions

Options for the pulumi org search ai command.

Inheritance
object
BaseOptions
PulumiOrgSearchAIOptions
Inherited Members
BaseOptions.WorkDir
BaseOptions.EnvironmentVariables
BaseOptions.OnStandardOutput
BaseOptions.OnStandardError
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Commands
Assembly: Pulumi.Automation.dll
Syntax
public sealed class PulumiOrgSearchAIOptions : BaseOptions

Properties

View Source

Color

Colorize output. Choices are: always, never, raw, auto

Declaration
public string? Color { get; set; }
Property Value
Type Description
string
View Source

Delimiter

Delimiter to use when rendering CSV output.

Declaration
public string? Delimiter { get; set; }
Property Value
Type Description
string
View Source

DisableIntegrityChecking

Disable integrity checking of checkpoint files

Declaration
public bool? DisableIntegrityChecking { get; set; }
Property Value
Type Description
bool?
View Source

FullyQualifyStackNames

Show fully-qualified stack names

Declaration
public bool? FullyQualifyStackNames { get; set; }
Property Value
Type Description
bool?
View Source

Logflow

Flow log settings to child processes (like plugins)

Declaration
public bool? Logflow { get; set; }
Property Value
Type Description
bool?
View Source

Logtostderr

Log to stderr instead of to files

Declaration
public bool? Logtostderr { get; set; }
Property Value
Type Description
bool?
View Source

Memprofilerate

Enable more precise (and expensive) memory allocation profiles by setting runtime.MemProfileRate

Declaration
public int? Memprofilerate { get; set; }
Property Value
Type Description
int?
View Source

Org

Organization name to search within

Declaration
public string? Org { get; set; }
Property Value
Type Description
string
View Source

OtelTraces

Export OpenTelemetry traces to the specified endpoint. Use file:// for local JSON files, grpc:// for remote collectors

Declaration
public string? OtelTraces { get; set; }
Property Value
Type Description
string
View Source

Output

Output format. Supported values are: default, json, yaml and csv

Declaration
public string? Output { get; set; }
Property Value
Type Description
string
View Source

Profiling

Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively

Declaration
public string? Profiling { get; set; }
Property Value
Type Description
string
View Source

Query

Plaintext natural language query

Declaration
public string? Query { get; set; }
Property Value
Type Description
string
View Source

Tracing

Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file

Declaration
public string? Tracing { get; set; }
Property Value
Type Description
string
View Source

TracingHeader

Include the tracing header with the given contents.

Declaration
public string? TracingHeader { get; set; }
Property Value
Type Description
string
View Source

Verbose

Enable verbose logging (e.g., v=3); anything >3 is very verbose

Declaration
public int? Verbose { get; set; }
Property Value
Type Description
int?
View Source

Web

Open the search results in a web browser.

Declaration
public bool? Web { get; set; }
Property Value
Type Description
bool?

Version 3.108.0

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.