---
# System prepended metadata

title: rad command output

---

## New version
```
$ rad
rad 1.0.0-rc.13 (1848c2b8)
Radicle command line interface

Usage: rad <command> [--help]

Common `rad` commands used in various situations:

Profile management:
  auth       Create or authenticate your profile and identity
  config     Manage your device's configuration
  node       Control and query your node
  path       Display your Radicle home path
  self       Display information about your identity and device
  stats      Display local and network metrics

Repository management:
  checkout   Create a working copy from an existing repository
  clean      Remove all remotes from a repository
  clone      Clone a repository
  id         Manage a repository's identity (metadata and privileges)
  init       Initialize a repository from a Git repository
  inspect    Inspect a repository's details
  ls         List your repositories
  remote     Manage a repository's remotes
  sync       Synchronize a repository with the network

Collaborative object management:
  inbox      Manage your notifications inbox
  issue      Manage a repository's issues
  patch      Manage a repository's patches
  cob        Interact with collaborative objects (plumbing tool)

Seeding policy management:
  block      Block a repository or a remote
  follow     Manage remote following policies
  seed       Manage repository seeding policies
  unblock    Unblock a repository or a remote
  unfollow   Unfollow a remote
  unseed     Unseed a repository
  
See `rad help` for a system overview or `rad <command> --help` to learn about a specific command.
```

  fork       Fork a repository (remove command for now -- should be more of hardfork. important for delegate. like rad seed, then rad fork as idealy setup flow -- hide for now)

## Current version

```
$ rad
rad 1.0.0-rc.13 (1848c2b8)
Radicle command line interface

Usage: rad <command> [--help]
Common `rad` commands used in various situations:

        auth         Manage identities and profiles
        block        Block repositories or nodes from being seeded or followed
        checkout     Checkout a repository into the local directory
        clone        Clone a Radicle repository
        config       Manage your local Radicle configuration
        fork         Create a fork of a repository
        help         CLI help
        id           Manage repository identities
        init         Initialize a Radicle repository
        inbox        Manage your Radicle notifications
        inspect      Inspect a Radicle repository
        issue        Manage issues
        ls           List repositories
        node         Control and query the Radicle Node
        patch        Manage patches
        path         Display the Radicle home path
        clean        Remove all remotes from a repository
        self         Show information about your identity and device
        seed         Manage repository seeding policies
        follow       Manage node follow policies
        unfollow     Unfollow a peer
        unseed       Remove repository seeding policies
        remote       Manage a repository's remotes
        stats        Displays aggregated repository and node metrics
        sync         Sync repositories to the network

See `rad <command> --help` to learn about a specific command.
```