Docs.rs
auths-cli-0.0.1-rc.6
auths-cli 0.0.1-rc.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bordumb
Dependencies
anyhow ^1
normal
auths-core ^0.0.1-rc.4
normal
auths-crypto ^0.0.1-rc.4
normal
auths-id ^0.0.1-rc.4
normal
auths-index ^0.0.1-rc.4
normal
auths-infra-git ^0.0.1-rc.4
normal
auths-infra-http ^0.0.1-rc.4
normal
auths-policy ^0.0.1-rc.4
normal
auths-sdk ^0.0.1-rc.4
normal
auths-storage ^0.0.1-rc.4
normal
auths-telemetry ^0.0.1-rc.4
normal
auths-verifier ^0.0.1-rc.4
normal
axum ^0.8
normal
optional
base64 ^0.22.1
normal
bs58 ^0.5.1
normal
chrono ^0.4.40
normal
clap ^4
normal
clap_complete ^4
normal
colored ^3.1.1
normal
config ^0.15.19
normal
console ^0.16.2
normal
der ^0.7
normal
dialoguer ^0.12.0
normal
dirs ^6.0.0
normal
env_logger ^0.11.8
normal
futures-util ^0.3
normal
git2 ^0.20.4
normal
hex ^0.4.3
normal
indicatif ^0.18.4
normal
json-canon ^0.1
normal
jsonschema ^0.42.2
normal
log ^0.4.27
normal
mdns-sd ^0.18.0
normal
optional
open ^5
normal
pkcs8 ^0.10
normal
reqwest ^0.13.2
normal
ring ^0.17.14
normal
rpassword ^7.3.1
normal
serde ^1.0
normal
serde_json ^1.0.140
normal
sha2 ^0.10
normal
ssh-key ^0.6
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tokio-tungstenite ^0.28.0
normal
tokio-util ^0.7
normal
optional
toml ^1.0.2
normal
tower ^0.5
normal
optional
tower-http ^0.6
normal
optional
url ^2.5
normal
which ^8.0.0
normal
zeroize ^1.8
normal
assert_cmd ^2
dev
auths-crypto ^0.0.1-rc.4
dev
predicates ^2
dev
tempfile ^3
dev
nix ^0.29
normal
Versions
60.41%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ExecutableCommand
auths_
cli
0.0.1-rc.6
Executable
Command
Required Methods
execute
Implementors
In auths_
cli::
commands::
executable
auths_cli
::
commands
::
executable
Trait
Executable
Command
Copy item path
Source
pub trait ExecutableCommand { // Required method fn
execute
(&self, ctx: &
CliConfig
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
execute
(&self, ctx: &
CliConfig
) ->
Result
<
()
>
Implementors
§
Source
§
impl
ExecutableCommand
for
AgentCommand
Source
§
impl
ExecutableCommand
for
ArtifactCommand
Source
§
impl
ExecutableCommand
for
AuditCommand
Source
§
impl
ExecutableCommand
for
CacheCommand
Source
§
impl
ExecutableCommand
for
CommitCmd
Source
§
impl
ExecutableCommand
for
CompletionsCommand
Source
§
impl
ExecutableCommand
for
ConfigCommand
Source
§
impl
ExecutableCommand
for
DebugCmd
Source
§
impl
ExecutableCommand
for
DeviceCommand
Source
§
impl
ExecutableCommand
for
DoctorCommand
Source
§
impl
ExecutableCommand
for
EmergencyCommand
Source
§
impl
ExecutableCommand
for
GitCommand
Source
§
impl
ExecutableCommand
for
IdCommand
Source
§
impl
ExecutableCommand
for
IndexCommand
Source
§
impl
ExecutableCommand
for
InitCommand
Source
§
impl
ExecutableCommand
for
KeyCommand
Source
§
impl
ExecutableCommand
for
LearnCommand
Source
§
impl
ExecutableCommand
for
OrgCommand
Source
§
impl
ExecutableCommand
for
PolicyCommand
Source
§
impl
ExecutableCommand
for
ProvisionCommand
Source
§
impl
ExecutableCommand
for
SignCommand
Source
§
impl
ExecutableCommand
for
StatusCommand
Source
§
impl
ExecutableCommand
for
TrustCommand
Source
§
impl
ExecutableCommand
for
UnifiedVerifyCommand
Source
§
impl
ExecutableCommand
for
UtilCommand
Source
§
impl
ExecutableCommand
for
VerifyCommitCommand
Source
§
impl
ExecutableCommand
for
WitnessCommand