wpe 0.0.14

A CLI tool for the wpengine API.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0.27"

[dependencies.dialoguer]
version = "0.10.2"

[dependencies.home-config]
features = ["json", "yaml", "toml", "hcl"]
version = "0.6.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "wpe"

[package]
description = "A CLI tool for the wpengine API."
documentation = "https://github.com/thesandybridge/wpengine_cli_v2/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/thesandybridge/wpengine_cli_v2"
license = "MIT OR Apache-2.0"
name = "wpe"
readme = "README.md"
repository = "https://github.com/thesandybridge/wpengine_cli_v2"
version = "0.0.14"