PingCommand overview
eslint-disable @effect/dprint
Table of contents
commands
PingCli
Runnable PingOne CLI with all subcommands configured
Signature
export declare const PingCli: (
args: ReadonlyArray<string>
) => Effect<
void,
(Error | HttpClientError | ParseError | HttpBodyError | PlatformError) | ValidationError,
(OAuthService | Prompt.Environment | HttpClient | CredentialService | CacheService) | CliApp.Environment
>
Added in v0.0.1
PingCommand
Main PingOne CLI command
Signature
export declare const PingCommand: Command.Command<"p1-cli", never, never, {}>
Added in v0.0.1