Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 5, 2018
1 parent b023e8b commit 031a62d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ orca get env

Since Orca is a tool designed for CI\CD, it has additional commands and options to help with common actions:
```
deploy artifact Deploy artifact to Artifactory
deploy artifact Deploy an artifact to Artifactory
deploy chart Deploy a Helm chart from chart repository
push chart Push Helm chart to chart repository
get env Get list of Helm releases in an environment (Kubernetes namespace)
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### Deploy artifact
```
Deploy artifact to Artifactory
Deploy an artifact to Artifactory
Usage:
orca deploy artifact [flags]
Expand Down
2 changes: 1 addition & 1 deletion pkg/orca/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewDeployArtifactCmd(out io.Writer) *cobra.Command {

cmd := &cobra.Command{
Use: "artifact",
Short: "Deploy artifact to Artifactory",
Short: "Deploy an artifact to Artifactory",
Long: ``,
Args: func(cmd *cobra.Command, args []string) error {
if a.url == "" {
Expand Down

0 comments on commit 031a62d

Please sign in to comment.