socket repos

Repositories related commands

This is not a command in itself but rather a parent for sub commands related to repository management in your Socket.dev account.

Repositories related commands

  Usage
    $ socket repos <command>

  Commands
    create            Create a repository in an organization
    del               Delete a repository in an organization
    list              List repositories in an organization
    update            Update a repository in an organization
    view              View repositories in an organization

  Options
    --help            Print this help

  Examples
    $ socket repos --help

To create a new repository (only on Socket.dev) use socket repos create. For example socket repos create beardev --repo-name=honey would create a repository named "honey" for the "beardev" organization.

To delete a repository (only on Socket.dev) use socket repos del. For example socket repos del beardev honey would remove the "honey" repository from the "beardev" organization.

To see all repositories for your organization, use socket repos list.

You can view details on a repository with socket repos view and you can update these details with socket repos update.