Skip to content

Commit

Permalink
Published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoroit committed Feb 25, 2020
1 parent 6721ad7 commit 67765db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ OPTIONS
this command invocation
```

_See code: [src/commands/ETCopyData/Compare.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.1/src/commands/ETCopyData/Compare.ts)_
_See code: [src/commands/ETCopyData/Compare.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.7/src/commands/ETCopyData/Compare.ts)_

## `sfdx ETCopyData:delete [-c <string>] [-d <string>] [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand All @@ -265,7 +265,7 @@ OPTIONS
this command invocation
```

_See code: [src/commands/ETCopyData/delete.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.1/src/commands/ETCopyData/delete.ts)_
_See code: [src/commands/ETCopyData/delete.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.7/src/commands/ETCopyData/delete.ts)_

## `sfdx ETCopyData:export [-c <string>] [-d <string>] [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand All @@ -292,7 +292,7 @@ OPTIONS
this command invocation
```

_See code: [src/commands/ETCopyData/export.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.1/src/commands/ETCopyData/export.ts)_
_See code: [src/commands/ETCopyData/export.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.7/src/commands/ETCopyData/export.ts)_

## `sfdx ETCopyData:full [-c <string>] [-d <string>] [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand All @@ -319,7 +319,7 @@ OPTIONS
this command invocation
```

_See code: [src/commands/ETCopyData/full.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.1/src/commands/ETCopyData/full.ts)_
_See code: [src/commands/ETCopyData/full.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.7/src/commands/ETCopyData/full.ts)_

## `sfdx ETCopyData:import [-c <string>] [-d <string>] [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand All @@ -346,6 +346,6 @@ OPTIONS
this command invocation
```

_See code: [src/commands/ETCopyData/import.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.1/src/commands/ETCopyData/import.ts)_
_See code: [src/commands/ETCopyData/import.ts](https://github.com/eltoroit/ETCopyData/blob/v0.5.7/src/commands/ETCopyData/import.ts)_
<!-- commandsstop -->
<!-- ET-AUTO-STOP: This section is auto-updated... -->
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
{
"name": "etcopydata",
"description": "SFDX Plugin to populate your scratch org and/or developer sandbox with data for multiple related sObjects.",
"version": "0.5.1",
"version": "0.5.7",
"author": "Andres Perez @ElToroIT",
"bugs": "https://github.com/eltoroit/ETCopyData/issues",
"dependencies": {
"@oclif/command": "1.5.19",
"@oclif/config": "1.13.3",
"@salesforce/command": "3.0.0",
"@oclif/config": "1.14.0",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "2.2.3",
"@salesforce/command": "2.2.0",
"npm-check-updates": "4.0.1",
"tslib": "1.10.0"
"tslib": "1.11.0"
},
"devDependencies": {
"@oclif/dev-cli": "1.22.2",
"@oclif/test": "1.2.5",
"@salesforce/dev-config": "1.5.0",
"@types/chai": "4.2.8",
"@types/chai": "4.2.9",
"@types/jsforce": "1.9.13",
"@types/mocha": "7.0.1",
"@types/node": "13.7.0",
"@types/node": "13.7.4",
"globby": "11.0.0",
"mocha": "7.0.1",
"nyc": "15.0.0",
"sinon": "8.1.1",
"sinon": "9.0.0",
"ts-node": "8.6.2",
"typescript": "3.7.5"
"typescript": "3.8.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 67765db

Please sign in to comment.