Skip to content

Commit

Permalink
Added reference to changelog for CLI changes mapping (PegaSysEng#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelineMurray authored and vinistevam committed Jan 29, 2019
1 parent a17fb19 commit 5ae13d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/Getting-Started/Starting-Pantheon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: Starting Pantheon

# Starting Pantheon

!!! important "Breaking Changes in v0.9"
In v0.9, the command line changed to improve usability. These are breaking changes; that is,
in many cases the v0.8 command line options no longer work.
The examples below and the rest of the documentation has been updated to reflect these changes. The [release notes](https://github.com/PegaSysEng/pantheon/blob/master/CHANGELOG.md)
include a mapping of the previous command line options to the new options.

Pantheon nodes can be used for varying purposes as described in the [Overview](../index.md).
Nodes can connect to the Ethereum mainnet, public testnets such as Ropsten, or private networks.

Expand Down
8 changes: 4 additions & 4 deletions docs/Reference/Pantheon-CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Pantheon commande line interface reference
# Pantheon Command Line

!!! important "Breaking Changes in v0.9"
In v0.9 the command line changed to improve usability. These are breaking changes; that is,
in many cases the v0.8 command line options will no longer work. This reference and the rest of
the documentation will be updated to reflect these changes. Any further information required
about the changes are included in the v0.9 release notes.
In v0.9, the command line changed to improve usability. These are breaking changes; that is,
in many cases the v0.8 command line options no longer work.
This reference and the rest of the documentation has been updated to reflect these changes. The [release notes](https://github.com/PegaSysEng/pantheon/blob/master/CHANGELOG.md)
include a mapping of the previous command line options to the new options.

This reference describes the syntax of the Pantheon Command Line Interface (CLI) options and subcommands.

Expand Down

0 comments on commit 5ae13d0

Please sign in to comment.