diff --git a/CHANGELOG.md b/CHANGELOG.md index 55dd4e1..51d6ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.6](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.5...v0.0.6) (2021-04-19) + ### 0.0.5 (2021-02-25) diff --git a/README.md b/README.md index 532065b..c84537b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ sfdx 1commerce -h # Table of Contents +* [@salesforce/plugin-1commerce](#salesforceplugin-1commerce) * [Table of Contents](#table-of-contents) * [Usage](#usage) * [Commands](#commands) @@ -40,11 +41,11 @@ sfdx 1commerce -h # Usage ```sh-session -$ npm install -g sfdx-1commerce-plugin +$ npm install -g @salesforce/plugin-1commerce $ sfdx COMMAND running command... $ sfdx (-v|--version|version) -sfdx-1commerce-plugin/0.0.5 darwin-x64 node-v14.15.1 +@salesforce/plugin-1commerce/0.0.6 linux-x64 node-v12.18.4 $ sfdx --help [COMMAND] USAGE $ sfdx COMMAND @@ -68,7 +69,7 @@ USAGE [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] OPTIONS - -d, --dataid=dataid (required) ID of a file in FFX; CSV + -d, --contentversionid=contentversionid (required) ID of a file in FFX; CSV only for 230; JSON and XML (?) planned for the future. To be imported into the store @@ -98,7 +99,7 @@ EXAMPLE $ sfdx 1commerce:import:products -d 00Dxx0000000000 -w 00Dxx0000000000 ``` -_See code: [lib/commands/1commerce/import/products.js](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.5/lib/commands/1commerce/import/products.js)_ +_See code: [src/commands/1commerce/import/products.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.6/src/commands/1commerce/import/products.ts)_ ## `sfdx 1commerce:search:start [-n | -i ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -129,7 +130,7 @@ EXAMPLE // Finds a store and indexes it ``` -_See code: [lib/commands/1commerce/search/start.js](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.5/lib/commands/1commerce/search/start.js)_ +_See code: [src/commands/1commerce/search/start.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.6/src/commands/1commerce/search/start.ts)_ diff --git a/yarn.lock b/yarn.lock index f79e6b0..31de4f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4208,7 +4208,7 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.2.0: +typescript@4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==