Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

CLI overview issue #168

Closed
16 of 20 tasks
faassen opened this issue Oct 4, 2022 · 2 comments
Closed
16 of 20 tasks

CLI overview issue #168

faassen opened this issue Oct 4, 2022 · 2 comments
Assignees

Comments

@b5 b5 assigned faassen and ramfox Oct 5, 2022
@b5
Copy link
Member

b5 commented Oct 5, 2022

hihg-level help output from my CLI code spike branch

$ iroh
iroh
A next generation IPFS implementation: https://iroh.computer

USAGE:
    iroh <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -v, --version    print version information

SUBCOMMANDS:
    add       Add a file to IPFS
    get       get things
    help      Print this message or the help of the given subcommand(s)
    p2p       peer-2-peer commands
    start     start a long running IPFS process
    status    report current status of iroh

p2p command subcommand:

iroh-p2p
peer-2-peer commands

USAGE:
    iroh p2p <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    connect    connect to a peer
    help       Print this message or the help of the given subcommand(s)
    id         show IPFS node id info

note that we're not requiring iroh p2p disconnect for this release

@b5 b5 self-assigned this Oct 5, 2022
@b5
Copy link
Member

b5 commented Oct 23, 2022

initial commands are implemented. closing!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants