Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Added Rebranding (#214)
Browse files Browse the repository at this point in the history
* Added Rebranding

* Added nem2-cli -> symbol-cli

* Updated CHANGELOG to symbol

* Fixed bin
  • Loading branch information
dgarcia360 committed Feb 24, 2020
1 parent dacc99b commit fa28443
Show file tree
Hide file tree
Showing 200 changed files with 390 additions and 409 deletions.
70 changes: 41 additions & 29 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.18.1] - 19-Feb-2020
## [0.18.1] - 24-Feb-2020

:warning: 0.18.x breaks compatibility with the ``profiles`` (public key derivation) saved using previous versions of the software.
Private keys have now a new public key and address associated.
Before installing ``nem2-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.json``.
Before installing ``symbol-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.json``.

**Milestone**: Fushicho.5(RC4 0.9.3.1)

Versions | |
---|---|---
SDK | v0.17.1 | https://www.npmjs.com/package/symbol-sdk

## Added

Expand All @@ -19,16 +25,22 @@ Before installing ``nem2-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.
### Changed

- ``diagnostic`` commands moved under ``node`` commands.
- ``nem2-sdk`` dependency to 0.18.1.
- ``symbol-sdk`` dependency to 0.17.1.

## [0.17.1] - 31-Jan-2020

**Milestone**: Fushicho.4(RC3 v0.9.2.1)

Versions | |
---|---|---
SDK | v0.16.5 | https://www.npmjs.com/package/symbol-sdk

### Changed

- ``transactions`` responses formatted as a table.
- ``eslint`` deprecated in favor of ``ts-lint``.
- ``persistentharvestdelegation`` command split.
- ``nem2-sdk`` dependency to 0.16.5.
- ``symbol-sdk`` dependency to 0.16.5.

## [0.16.3] - 17-Jan-2020

Expand Down Expand Up @@ -75,7 +87,7 @@ Before installing ``nem2-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.

- ``NetworkType`` and ``HashType`` resolvers now accept strings.
- Prevent creating multiple profiles with the same name.
- ``nem2-sdk`` dependency to 0.16.2.
- ``symbol-sdk`` dependency to 0.16.2.

### Removed

Expand All @@ -84,7 +96,7 @@ Before installing ``nem2-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.
## [0.16.0] - 30-Dec-2019

:warning: 0.16.x breaks compatibility with the ``profiles`` (private keys) saved using previous versions of the software.
Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.json``.
Before installing ``symbol-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.json``.

### Added

Expand Down Expand Up @@ -115,7 +127,7 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Changed

- ``nem2-sdk`` dependency to 0.16.0.
- ``symbol-sdk`` dependency to 0.16.0.

## [0.14.0] - 21-Nov-2019

Expand All @@ -126,7 +138,7 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Changed

- ``nem2-sdk`` dependency to 0.15.0.
- ``symbol-sdk`` dependency to 0.15.0.

## [0.13.4] - 28-Oct-2019

Expand Down Expand Up @@ -177,7 +189,7 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Changed

- ``nem2-sdk`` dependency to 0.13.3.
- ``symbol-sdk`` dependency to 0.13.3.
- ``account info`` and ``mosaic info`` commands returns mosaic in absolute and relative amounts.
- ``account info`` and ``mosaic info`` commands returns the block expiration height of the returned mosaics.
- Command parameters are now in camelCase.
Expand All @@ -194,13 +206,13 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Changed

- ``nem2-sdk`` dependency to 0.13.0.
- ``symbol-sdk`` dependency to 0.13.0.

## [0.12.1] - 05-Jun-2019

### Changed

- ``nem2-sdk`` dependency to 0.12.1.
- ``symbol-sdk`` dependency to 0.12.1.

## [0.12.0] - 04-Jun-2019

Expand All @@ -217,7 +229,7 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Fixed

- Static nem2-sdk & library version.
- Static symbol-sdk & library version.

## [0.11.2] - 25-Apr-2019

Expand All @@ -231,7 +243,7 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.

### Changed

- Adapted nem2-sdk 0.11.1 breaking changes.
- Adapted symbol-sdk 0.11.1 breaking changes.
- The code is now rxjs 6.0 compatible.
- ``transaction mosaic`` command does not require to specify a mosaic name.
- ``mosaic info`` command allows passing mosaics in uint64 and hex format.
Expand All @@ -243,19 +255,19 @@ Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.
### Added
- Initial code release.

[0.17.1]: https://github.com/nemtech/nem2-cli/compare/v0.16.3...v0.17.1
[0.16.3]: https://github.com/nemtech/nem2-cli/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/nemtech/nem2-cli/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/nemtech/nem2-cli/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/nemtech/nem2-cli/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/nemtech/nem2-cli/compare/v0.14.0...v0.15.1
[0.14.0]: https://github.com/nemtech/nem2-cli/compare/v0.13.4...v0.14.0
[0.13.4]: https://github.com/nemtech/nem2-cli/compare/v0.13.2...v0.13.4
[0.13.2]: https://github.com/nemtech/nem2-cli/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/nemtech/nem2-cli/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/nemtech/nem2-cli/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/nemtech/nem2-cli/compare/v0.11.3...v0.12.0
[0.11.3]: https://github.com/nemtech/nem2-cli/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/nemtech/nem2-cli/compare/v0.11.0...v0.11.2
[0.11.0]: https://github.com/nemtech/nem2-cli/compare/v0.9.3...v0.11.0
[0.9.3]: https://github.com/nemtech/nem2-cli/releases/v0.9.3
[0.17.1]: https://github.com/nemtech/symbol-cli/compare/v0.16.3...v0.17.1
[0.16.3]: https://github.com/nemtech/symbol-cli/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/nemtech/symbol-cli/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/nemtech/symbol-cli/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/nemtech/symbol-cli/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/nemtech/symbol-cli/compare/v0.14.0...v0.15.1
[0.14.0]: https://github.com/nemtech/symbol-cli/compare/v0.13.4...v0.14.0
[0.13.4]: https://github.com/nemtech/symbol-cli/compare/v0.13.2...v0.13.4
[0.13.2]: https://github.com/nemtech/symbol-cli/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/nemtech/symbol-cli/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/nemtech/symbol-cli/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/nemtech/symbol-cli/compare/v0.11.3...v0.12.0
[0.11.3]: https://github.com/nemtech/symbol-cli/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/nemtech/symbol-cli/compare/v0.11.0...v0.11.2
[0.11.0]: https://github.com/nemtech/symbol-cli/compare/v0.9.3...v0.11.0
[0.9.3]: https://github.com/nemtech/symbol-cli/releases/v0.9.3
26 changes: 13 additions & 13 deletions CONTRIBUTING.md
@@ -1,12 +1,12 @@
# Contributing to nem2-cli
# Contributing to symbol-cli

First off, thank you for considering contributing to nem2-cli.
It’s people like you that make nem2-cli such a great tool.
First off, thank you for considering contributing to symbol-cli.
It’s people like you that make symbol-cli such a great tool.

nem2-cli is an open source project and we love to receive contributions from
symbol-cli is an open source project and we love to receive contributions from
our community — you! There are many ways to contribute, from writing tutorials or blog
posts, improving the documentation, submitting bug reports and feature requests or
writing code which can be incorporated into nem2-cli itself.
writing code which can be incorporated into symbol-cli itself.

Following these guidelines helps to communicate that you respect the time of
the developers managing and developing this open source project. In return,
Expand All @@ -17,8 +17,8 @@ Please, **don't use the issue tracker for support questions**.

## Bug reports

If you think you have found a bug in nem2-cli, first make sure that you
are testing against the latest version of nem2-cli - your issue may already
If you think you have found a bug in symbol-cli, first make sure that you
are testing against the latest version of symbol-cli - your issue may already
have been fixed. If not, search our issues list on GitHub in case a similar
issue has already been opened.

Expand All @@ -42,15 +42,15 @@ Open a new issue [here][github-issues].

## Feature requests

If you find yourself wishing for a feature that doesn't exist in nem2-cli,
If you find yourself wishing for a feature that doesn't exist in symbol-cli,
you are probably not alone. There are bound to be others out there with similar
needs. Many of the features that nem2-cli has today have been added because
needs. Many of the features that symbol-cli has today have been added because
our users saw the need. Open an [issue][github-issues] on our issues list on GitHub which describes
the feature you would like to see, why you need it, and how it should work.

## Contributing code and documentation changes

If you have a bugfix or new feature that you would like to contribute to nem2-cli, please find or open an issue
If you have a bugfix or new feature that you would like to contribute to symbol-cli, please find or open an issue
about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there
are particular issues that you should know about before implementing the change.

Expand All @@ -65,7 +65,7 @@ Whether or not you state this explicitly, by submitting any copyrighted material

### Fork and clone the repository

You will need to fork the main nem2-cli code or documentation repository and clone
You will need to fork the main symbol-cli code or documentation repository and clone
it to your local machine. See [github help page](https://help.github.com/articles/fork-a-repo/) for help.

Further instructions for specific projects are given below.
Expand All @@ -82,9 +82,9 @@ Once your changes and tests are ready to submit for review:

Push your local changes to your forked copy of the repository and [submit a pull request](https://help.github.com/articles/about-pull-requests/). In the pull request, choose a title which sums up the changes that you have made, and in the body provide more details about what your changes do. Also mention the number of the issue where discussion has taken place, eg "Closes #123".

Then sit back and wait. There will probably be discussion about the pull request and, if any changes are needed, we would love to work with you to get your pull request merged into nem2-cli.
Then sit back and wait. There will probably be discussion about the pull request and, if any changes are needed, we would love to work with you to get your pull request merged into symbol-cli.

*CONTRIBUTING.md is based on [CONTRIBUTING-template.md](https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md)* , [elasticsearch/CONTRIBUTING](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md) and [spark/CONTRIBUTING](https://github.com/apache/spark/blob/master/CONTRIBUTING.md)

[pull-request]: https://help.github.com/articles/about-pull-requests/
[github-issues]: https://github.com/nemtech/nem2-cli/issues
[github-issues]: https://github.com/nemtech/symbol-cli/issues
8 changes: 4 additions & 4 deletions LICENSE
Expand Up @@ -204,9 +204,9 @@


=======================================================================
nem2-cli Subcomponents:
symbol-cli Subcomponents:

The nem2-cli contains subcomponents with separate copyright
The symbol-cli contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.
Expand All @@ -231,10 +231,10 @@ For clime:
See license/LICENSE-clime.txt

========================================================================
For nem2-sdk:
For symbol-sdk:
========================================================================

See license/LICENSE-nem2-sdk.txt
See license/LICENSE-symbol-sdk.txt

========================================================================
For path:
Expand Down
36 changes: 14 additions & 22 deletions README.md
@@ -1,11 +1,11 @@
# nem2-cli
# Symbol CLI

[![npm version](https://badge.fury.io/js/nem2-cli.svg)](https://badge.fury.io/js/nem2-cli)
[![Build Status](https://api.travis-ci.org/nemtech/nem2-cli.svg?branch=master)](https://travis-ci.org/nemtech/nem2-cli)
[![Coverage Status](https://coveralls.io/repos/github/nemtech/nem2-cli/badge.svg?branch=master)](https://coveralls.io/github/nemtech/nem2-cli?branch=master)
[![npm version](https://badge.fury.io/js/symbol-cli.svg)](https://badge.fury.io/js/symbol-cli)
[![Build Status](https://api.travis-ci.org/nemtech/symbol-cli.svg?branch=master)](https://travis-ci.org/nemtech/symbol-cli)
[![Coverage Status](https://coveralls.io/repos/github/nemtech/symbol-cli/badge.svg?branch=master)](https://coveralls.io/github/nemtech/symbol-cli?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Command Line Interface (CLI) to interact with Catapult.
Command Line Interface (CLI) to interact with Symbol.

:information_source: Use the software for testing/development purposes.

Expand All @@ -15,46 +15,38 @@ Command Line Interface (CLI) to interact with Catapult.

:warning: 0.18.x breaks compatibility with the ``profiles`` (public key derivation) saved using previous versions of the software.
Private keys have now a new public key and address associated.
Before installing ``nem2-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.json``.
Before installing ``symbol-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.json``.

- [0.17.1](CHANGELOG.md#0171-31-Jan-2020) - **Fushicho4 Network Compatibility (catapult-server@0.9.2.1)**

- [0.16.3](CHANGELOG.md#0163-17-Jan-2020) - **Fushicho3 Network Compatibility (catapult-server@0.9.1.1)**

:warning: 0.16.x breaks compatibility with the ``profiles`` (private keys) saved using previous versions of the software.
Before installing ``nem2-cli@0.16.0``, backup and delete the file ``~ \.nem2rc.json``.

- [0.15.2](CHANGELOG.md#0151-13-Dec-2019) - **Fushicho3 Network Compatibility (catapult-server@0.9.1.1)**

The release notes for the nem2-cli can be found [here](CHANGELOG.md).
The release notes for the symbol-cli can be found [here](CHANGELOG.md).

## Requirements

- Node v12.13.0 (LTS)

## Installation

The nem2-cli is distributed using the node package manager npm.
The Symbol CLI is distributed using the node package manager npm.

```
npm install nem2-cli -g
npm install -g symbol-cli
```


## Usage

Surf the [NEM Developer Center][docs] to get started into NEM development. You will find self-paced guides and useful code snippets using the nem2-cli.
Surf the [NEM Developer Center][docs] to get started into NEM development. You will find self-paced guides and useful code snippets using the Symbol CLI.

To get the full list of available commands, check the [CLI reference][docs].

## Contributing

This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [nem2-cli on GitHub][self];
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [Symbol CLI on GitHub][self];
Feel free to start an issue or create a pull request. Check [CONTRIBUTING](CONTRIBUTING.md) before start.

## Getting help

- [nem2-cli documentation][docs]
- [Symbol CLI documentation][docs]
- Join the community [slack group (#sig-client)][slack]
- If you found a bug, [open a new issue][issues]

Expand All @@ -64,7 +56,7 @@ Copyright 2018-present NEM

Licensed under the [Apache License 2.0](LICENSE)

[self]: https://github.com/nemtech/nem2-cli
[self]: https://github.com/nemtech/symbol-cli
[docs]: https://nemtech.github.io/cli.html
[issues]: https://github.com/nemtech/nem2-cli/issues
[issues]: https://github.com/nemtech/symbol-cli/issues
[slack]: https://join.slack.com/t/nem2/shared_invite/enQtMzY4MDc2NTg0ODgyLWZmZWRiMjViYTVhZjEzOTA0MzUyMTA1NTA5OWQ0MWUzNTA4NjM5OTJhOGViOTBhNjkxYWVhMWRiZDRkOTE0YmU
0 bin/nem2-cli → bin/symbol-cli 100755 → 100644
File renamed without changes.
File renamed without changes.

0 comments on commit fa28443

Please sign in to comment.