Skip to content

Commit

Permalink
chore: update readme to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbanski1 committed Jun 6, 2023
1 parent e349b12 commit 7c159c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ $ npm install -g @paloaltonetworks/redshirts
$ redshirts COMMAND
running command...
$ redshirts (--version)
@paloaltonetworks/redshirts/0.5.1 darwin-x64 node-v16.13.1
@paloaltonetworks/redshirts/0.6.0 darwin-x64 node-v16.13.1
$ redshirts --help [COMMAND]
USAGE
$ redshirts COMMAND
Expand Down Expand Up @@ -338,7 +338,7 @@ EXAMPLES
$ redshirts azuredevops --token obnwxxx --orgs bridgecrewio,try-bridgecrew --projects org/project
```

_See code: [dist/commands/azuredevops.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/azuredevops.ts)_
_See code: [dist/commands/azuredevops.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/azuredevops.ts)_

## `redshirts bitbucket`

Expand Down Expand Up @@ -457,7 +457,7 @@ EXAMPLES
$ redshirts bitbucket --username my_username --token ATBBXXX --workspaces bridgecrewio,try-bridgecrew
```

_See code: [dist/commands/bitbucket.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/bitbucket.ts)_
_See code: [dist/commands/bitbucket.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/bitbucket.ts)_

## `redshirts bitbucket-server`

Expand Down Expand Up @@ -593,7 +593,7 @@ EXAMPLES
$ redshirts bitbucket-server --token ATXXX --projects bridgecrewio,try-bridgecrew --hostname bitbucket.mycompany.internal --port 9999
```

_See code: [dist/commands/bitbucket-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/bitbucket-server.ts)_
_See code: [dist/commands/bitbucket-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/bitbucket-server.ts)_

## `redshirts github`

Expand Down Expand Up @@ -701,7 +701,7 @@ EXAMPLES
$ redshirts github --token ghp_xxxx --orgs bridgecrewio,try-bridgecrew
```

_See code: [dist/commands/github.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/github.ts)_
_See code: [dist/commands/github.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/github.ts)_

## `redshirts github-server`

Expand Down Expand Up @@ -811,7 +811,7 @@ EXAMPLES
$ redshirts github-server --token ghp_xxxx --orgs bridgecrewio,try-bridgecrew --hostname github.mycompany.internal --port 9999
```

_See code: [dist/commands/github-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/github-server.ts)_
_See code: [dist/commands/github-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/github-server.ts)_

## `redshirts gitlab`

Expand Down Expand Up @@ -914,7 +914,7 @@ EXAMPLES
$ redshirts gitlab --token glpat_xxxx --groups bridgecrewio,try-bridgecrew,group/subgroup
```

_See code: [dist/commands/gitlab.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/gitlab.ts)_
_See code: [dist/commands/gitlab.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/gitlab.ts)_

## `redshirts gitlab-server`

Expand Down Expand Up @@ -1025,7 +1025,7 @@ EXAMPLES
$ redshirts gitlab-server --token ghp_xxxx --groups bridgecrewio,try-bridgecrew,group/subgroup --hostname gitlab.mycompany.internal --port 9999
```

_See code: [dist/commands/gitlab-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/gitlab-server.ts)_
_See code: [dist/commands/gitlab-server.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/gitlab-server.ts)_

## `redshirts help [COMMAND]`

Expand Down Expand Up @@ -1114,5 +1114,5 @@ EXAMPLES
$ redshirts local --repos ~/repos,/tmp/repo,/tmp/repo/submodule
```

_See code: [dist/commands/local.ts](https://github.com/bridgecrewio/redshirts/blob/v0.5.1/dist/commands/local.ts)_
_See code: [dist/commands/local.ts](https://github.com/bridgecrewio/redshirts/blob/v0.6.0/dist/commands/local.ts)_
<!-- commandsstop -->

0 comments on commit 7c159c4

Please sign in to comment.