# Packages
No description provided by the author
# Functions
AuthenticatedApiKeyClient Returns an apikey client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedBookmarkClient Returns a bookmark client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedChangesClient Returns a bookmark client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedConfigClient Returns a bookmark client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedInviteClient Returns a Invite client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedManagementClient Returns a bookmark client that uses the auth embedded in the context and otel instrumentation.
AuthenticatedSnapshotsClient Returns a Snapshots client that uses the auth embedded in the context and otel instrumentation.
No description provided by the author
No description provided by the author
No description provided by the author
Execute adds all child commands to the root command and sets flags appropriately.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns whether a set of claims has all of the required scopes.
No description provided by the author
InterpolateScope Will interpolate variables in the scope string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewAuthenticatedClient creates a new AuthenticatedClient from the given context and http.Client.
No description provided by the author
No description provided by the author
No description provided by the author
NewOvermindInstance creates a new OvermindInstance from the given app URL with all URLs filled in, or an error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Digs through a map using the same logic that terraform does i.e.
UnauthenticatedApiKeyClient Returns an apikey client with otel instrumentation but no authentication.
# Constants
No description provided by the author
No description provided by the author
constrain the maximum terminal width to avoid readability issues with too long lines.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Colors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is the gradient that is used in the Overmind logo.
No description provided by the author
No description provided by the author
Styles.
No description provided by the author
No description provided by the author
# Structs
AuthenticatedClient is a http.Client that will automatically add the required Authorization header to the request, which is taken from the context that it is created with.
Change is the representation of a proposed change for an object.
A type that wraps chalk.Color but adds detections for if we're in a TTY.
No description provided by the author
Resource is the representation of a resource in the config.
Importing is a nested object for the resource import metadata.
No description provided by the author
Module is the representation of a module in state.
No description provided by the author
No description provided by the author
No description provided by the author
Plan is the top-level representation of the json format of a plan.
ProviderConfig describes all of the provider configurations throughout the configuration tree, flattened into a single map for convenience since provider configurations are the one concept in Terraform that can span across module boundaries.
Resource is the representation of a resource in the json plan.
ResourceAttr contains the address and attribute of an external for the RelevantAttributes in the plan.
ResourceChange is a description of an individual change action that Terraform plans to use to move from the prior state to a new state matching the configuration.
State is the top-level representation of the json format of a terraform state.
StateValues is the common representation of resolved values for both the prior state (which is always complete) and the planned new state.
A type that wraps chalk.TextStyle but adds detections for if we're in a TTY.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
AttributeValues is the JSON representation of the attribute values of the resource, whose structure depends on the resource type schema.
No description provided by the author
Variables is the JSON representation of the variables provided to the current plan.