varlink-cli

Crates.iovarlink-cli
lib.rsvarlink-cli
version4.5.3
sourcesrc
created_at2018-05-16 13:33:13.944572
updated_at2021-12-07 09:04:57.241721
descriptionvarlink command line tool
homepagehttps://github.com/varlink/rust/blob/master/varlink-cli
repositoryhttps://github.com/varlink/rust
max_upload_size
id65700
size68,340
Harald Hoyer (haraldh)

documentation

https://github.com/varlink/rust/blob/master/varlink/README.md

README

$ cargo -q run -- --help
varlink 3.0.0

USAGE:
    varlink [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       
            Prints help information

    -V, --version    
            Prints version information


OPTIONS:
    -A, --activate <COMMAND>    
            Service to socket-activate and connect to. The temporary UNIX socket address is exported as
            $VARLINK_ADDRESS.
    -b, --bridge <COMMAND>      
            Command to execute and connect to

        --color <color>         
            colorize output [default: auto]  [possible values: on, off, auto]

    -R, --resolver <ADDRESS>    
            address of the resolver [default: unix:/run/org.varlink.resolver]


SUBCOMMANDS:
    bridge         Bridge varlink messages from stdio to services on this machine
    call           Call a method
    completions    Generates completion scripts for your shell
    format         Format a varlink service file
    help           Print interface description or service information
    info           Print information about a service
    resolve        Resolve an interface name to a varlink address

asciicast

Commit count: 631

cargo fmt