Crate tidploy

Source

Modules§

commands

Structs§

CommandError
Simple wrapper error that displays the inner eyre Report. However, it is not directly accessible. Do not try to match on its potential errors, simply directly display it.
EntrypointOut
GitAddressIn
GlobalArguments
These represent global arguments that correspond to global args of the CLI (i.e. valid for all subcomannds). To limit breaking changes, this struct is non_exhaustive.
LocalAddressIn
RunArguments
These represent arguments that correspond to args of the CLI run subcommand. To limit breaking changes, this struct is non_exhaustive. See GlobalArguments for details on how to instantiate.
SecretArguments

Enums§

AddressIn
StateContext
The different contexts that tidploy will use to populate its configuration. ‘None’ means it will not consider that it is currently in a Git project and will only pick up configuration in its current directory.

Functions§

run_command
secret_command