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.7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Apr 20, 2021
1 parent bd71278 commit 8b3df6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.7](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.6...v0.0.7) (2021-04-20)

### [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)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm install -g @salesforce/plugin-1commerce
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
@salesforce/plugin-1commerce/0.0.6 linux-x64 node-v12.18.4
@salesforce/plugin-1commerce/0.0.7 linux-x64 node-v12.18.4
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down Expand Up @@ -99,7 +99,7 @@ EXAMPLE
$ sfdx 1commerce:import:products -d 00Dxx0000000000 -w 00Dxx0000000000
```

_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)_
_See code: [src/commands/1commerce/import/products.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.7/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 @@ -130,7 +130,7 @@ EXAMPLE
// Finds a store and indexes it
```

_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)_
_See code: [src/commands/1commerce/search/start.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.7/src/commands/1commerce/search/start.ts)_
<!-- commandsstop -->
<!-- debugging-your-plugin -->

Expand Down

0 comments on commit 8b3df6c

Please sign in to comment.