# Constants
ExecKindAutoInline is a flag used to identify a command as originating from automation API using an inline Pulumi project.
ExecKindAutoLocal is a flag used to identify a command as originating from automation API using a traditional Pulumi project.
ExecKindCLI is a flag used to identify a command as originating from the CLI using a traditional Pulumi project.
ExitStatusLoggedError is the exit status to indicate that a pulumi program has failed, but successfully logged an error message to the engine.