orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

ocelot CLI tool doesn't allow you to delete vcs creds #184

Closed eccramer closed 4 years ago

eccramer commented 5 years ago

Looks like there's no method of deleting VCS credentials from Ocelot

vagrant@ocelot:~/go/src/github.com/level11consulting/ocelot$ ocelot creds vcs
Usage: ocelot creds vcs <subcommand> [options] [args]

  This command has subcommands for interacting with Ocelot's VCS cred store.
  The VCS cred store is what drives what code repositories are watched by Ocelot.

  Create credential set to trigger your account to be watched by ocelot

      $ ocelot creds vcs add

  List VCS accounts that are tracked by Ocelot

      $ ocelot creds vcs list

  For more examples, ask for subcommand help or view the documentation.

Subcommands:
    add     Add credentials or a set of them
    list    List all credentials used for tracking repositories to build

This should definitely be supported.