Skip to content

Commit

Permalink
Add link to Octopus docs in the readme (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddymoulton authored Dec 4, 2023
1 parent 178b261 commit 973c79e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,14 @@ This project aims to create a new CLI (written in Go) for communicating with the
It does **not** seek to be a drop-in replacement for the existing CLI which is written in C# using .NET.
https://github.com/OctopusDeploy/OctopusCLI

### Differences from the .NET CLI

The new CLI will not initially contain all the features of the existing .NET CLI.
Over time we plan to add features and may eventually reach parity, but our intent is that both the
.NET and Go CLI's will co-exist for a significant period of time.
### Differences from the .NET CLI (octo)

The new CLI restructures the command line to be more consistent, and fit with convention
across other popular CLI apps. It is built on the popular and widely-used [Cobra](https://github.com/spf13/cobra)
command line processing library.

The new CLI does not intend to replace all features that were supported by the .NET CLI.

#### Examples:

**.NET CLI**
Expand All @@ -129,7 +127,7 @@ parameters are not fully specified on the command line.

## Documentation

End-user documentation will be provided via the octopus documentation site at a future date.
- [cli](https://octopus.com/docs/octopus-rest-api/cli)

## 🤝 Contributions

Expand Down

0 comments on commit 973c79e

Please sign in to comment.