sfrx 0.1.3

Rust lib to wrap sfdx-cli commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "Rust lib to wrap sfdx-cli commands"
edition = "2021"
keywords = ["salesforce", "sfdx"]
license = "MIT"
name = "sfrx"
readme = "README.md"
repository = "https://github.com/michael-ploetz/sfrx"
version = "0.1.3"