Docs.rs
  • wasmer-deploy-cli-0.1.29
    • wasmer-deploy-cli 0.1.29
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • theduke
    • github:wasmerio:wasmer-core
    • Dependencies
      • anyhow ^1.0.68 normal
      • bytes ^1.1 normal
      • clap ^4.0.32 normal
      • clap-verbosity-flag ^2.0.1 normal
      • colored ^2.0.4 normal
      • comfy-table ^7.0.1 normal
      • dialoguer ^0.10.4 normal
      • futures ^0.3.25 normal
      • futures-util ^0.3 normal
      • hex ^0.4 normal
      • interfaces ^0.0.9 normal
      • is-terminal ^0.4.3 normal
      • libc ^0.2 normal
      • log ^0.4.17 normal
      • mac_address ^1.1.5 normal
      • mio ^0.8 normal
      • once_cell ^1 normal
      • regex ^1.7.3 normal
      • reqwest ^0.11.17 normal
      • semver ^1.0.17 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.89 normal
      • serde_yaml ^0.8.26 normal
      • time ^0.3.17 normal
      • tokio ^1.23.0 normal
      • tokio-tungstenite ^0.20.1 normal
      • toml ^0.7.2 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.16 normal
      • tun-tap ^0.1.3 normal
      • url ^2.3.1 normal
      • uuid ^1.3.0 normal
      • virtual-mio ^0.3.0 normal
      • virtual-net ^0.6.1 normal
      • wasmer-api =0.0.21 normal
      • wasmer-deploy-schema =0.0.21 normal
      • wasmer-deploy-util =0.0.21 normal
      • wasmer-registry >=5.4, <6 normal
      • wasmer-toml ^0.9.0 normal
      • webc ^5.0.0 normal
      • pretty_assertions ^1.3.0 dev
      • tempfile ^3.7.0 dev
    • Versions
    • 41.12% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

wasmer_deploy_cli0.1.29

AsyncCliCommand

Required Methods

  • run_async

Implementors

In wasmer_deploy_cli::cmd

?
Change settings

Trait wasmer_deploy_cli::cmd::AsyncCliCommand

source ·
pub trait AsyncCliCommand: Send + Sync + 'static {
    // Required method
    fn run_async(self) -> BoxFuture<'static, Result<(), Error>>;
}

Required Methods§

source

fn run_async(self) -> BoxFuture<'static, Result<(), Error>>

Implementors§

source§

impl AsyncCliCommand for CmdApp

source§

impl AsyncCliCommand for CmdNamespace

source§

impl AsyncCliCommand for CmdAppCreate

source§

impl AsyncCliCommand for CmdAppDelete

source§

impl AsyncCliCommand for CmdAppGet

source§

impl AsyncCliCommand for CmdAppInfo

source§

impl AsyncCliCommand for CmdAppList

source§

impl AsyncCliCommand for CmdAppLogs

source§

impl AsyncCliCommand for CmdConnect

source§

impl AsyncCliCommand for CmdDeploy

source§

impl AsyncCliCommand for CmdNamespaceCreate

source§

impl AsyncCliCommand for CmdNamespaceGet

source§

impl AsyncCliCommand for CmdNamespaceList

source§

impl AsyncCliCommand for CmdSsh