Class PulumiOrgSearchOptions
Options for the pulumi org search command.
Inherited Members
Namespace: Pulumi.Automation.Commands
Assembly: Pulumi.Automation.dll
Syntax
public sealed class PulumiOrgSearchOptions : BaseOptions
Properties
View SourceColor
Colorize output. Choices are: always, never, raw, auto
Declaration
public string? Color { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Delimiter
Delimiter to use when rendering CSV output.
Declaration
public string? Delimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableIntegrityChecking
Disable integrity checking of checkpoint files
Declaration
public bool? DisableIntegrityChecking { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FullyQualifyStackNames
Show fully-qualified stack names
Declaration
public bool? FullyQualifyStackNames { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Logflow
Flow log settings to child processes (like plugins)
Declaration
public bool? Logflow { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Logtostderr
Log to stderr instead of to files
Declaration
public bool? Logtostderr { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Memprofilerate
Enable more precise (and expensive) memory allocation profiles by setting runtime.MemProfileRate
Declaration
public int? Memprofilerate { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Org
Name of the organization to search. Defaults to the current user's default organization.
Declaration
public string? Org { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
Output
Output format. Supported values are: default, json, yaml and csv
Declaration
public string? Output { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
Query
A Pulumi Query to send to Pulumi Cloud for resource search.May be formatted as a single query, or multiple: -q "type:aws:s3/bucketv2:BucketV2 modified:>=2023-09-01" -q "type:aws:s3/bucketv2:BucketV2" -q "modified:>=2023-09-01" See https://www.pulumi.com/docs/pulumi-cloud/insights/search/#query-syntax for syntax reference.
Declaration
public List<string>? Query { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
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 |
TracingHeader
Include the tracing header with the given contents.
Declaration
public string? TracingHeader { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Verbose
Enable verbose logging (e.g., v=3); anything >3 is very verbose
Declaration
public int? Verbose { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Web
Open the search results in a web browser.
Declaration
public bool? Web { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |