Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit f4e3924

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.6 [ci skip]
1 parent 6c3070d commit f4e3924

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
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.
44

5+
### [0.0.6](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.5...v0.0.6) (2021-04-19)
6+
57
### 0.0.5 (2021-02-25)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sfdx 1commerce -h
3030
# Table of Contents
3131

3232
<!-- toc -->
33+
* [@salesforce/plugin-1commerce](#salesforceplugin-1commerce)
3334
* [Table of Contents](#table-of-contents)
3435
* [Usage](#usage)
3536
* [Commands](#commands)
@@ -40,11 +41,11 @@ sfdx 1commerce -h
4041
# Usage
4142
<!-- usage -->
4243
```sh-session
43-
$ npm install -g sfdx-1commerce-plugin
44+
$ npm install -g @salesforce/plugin-1commerce
4445
$ sfdx COMMAND
4546
running command...
4647
$ sfdx (-v|--version|version)
47-
sfdx-1commerce-plugin/0.0.5 darwin-x64 node-v14.15.1
48+
@salesforce/plugin-1commerce/0.0.6 linux-x64 node-v12.18.4
4849
$ sfdx --help [COMMAND]
4950
USAGE
5051
$ sfdx COMMAND
@@ -68,7 +69,7 @@ USAGE
6869
[--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
6970
7071
OPTIONS
71-
-d, --dataid=dataid (required) ID of a file in FFX; CSV
72+
-d, --contentversionid=contentversionid (required) ID of a file in FFX; CSV
7273
only for 230; JSON and XML (?)
7374
planned for the future. To be
7475
imported into the store
@@ -98,7 +99,7 @@ EXAMPLE
9899
$ sfdx 1commerce:import:products -d 00Dxx0000000000 -w 00Dxx0000000000
99100
```
100101

101-
_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)_
102+
_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)_
102103

103104
## `sfdx 1commerce:search:start [-n <string> | -i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
104105

@@ -129,7 +130,7 @@ EXAMPLE
129130
// Finds a store and indexes it
130131
```
131132

132-
_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)_
133+
_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)_
133134
<!-- commandsstop -->
134135
<!-- debugging-your-plugin -->
135136

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4208,7 +4208,7 @@ typedarray-to-buffer@^3.1.5:
42084208
dependencies:
42094209
is-typedarray "^1.0.0"
42104210

4211-
typescript@4.2.0:
4211+
typescript@4.1.5:
42124212
version "4.1.5"
42134213
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
42144214
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==

0 commit comments

Comments
 (0)