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

Commit

Permalink
chore(release): 0.0.6 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Apr 19, 2021
1 parent 6c3070d commit f4e3924
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sfdx 1commerce -h
# Table of Contents

<!-- toc -->
* [@salesforce/plugin-1commerce](#salesforceplugin-1commerce)
* [Table of Contents](#table-of-contents)
* [Usage](#usage)
* [Commands](#commands)
Expand All @@ -40,11 +41,11 @@ sfdx 1commerce -h
# Usage
<!-- 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
Expand All @@ -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
Expand Down Expand Up @@ -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 <string> | -i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
<!-- debugging-your-plugin -->

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit f4e3924

Please sign in to comment.