Skip to content

Commit

Permalink
🎉 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
takahitomiyamoto committed May 22, 2023
1 parent 48818f5 commit 6f6e46b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 26 deletions.
14 changes: 7 additions & 7 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Variable default</h1></div>
<h4>Type declaration</h4>
<ul class="tsd-parameters"></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/98865b1/heat/src/index.ts#L1">index.ts:1</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/48818f5/heat/src/index.ts#L1">index.ts:1</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
14 changes: 7 additions & 7 deletions heat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm install -g heat-sfdx-cli
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
heat-sfdx-cli/0.4.7 darwin-x64 node-v18.16.0
heat-sfdx-cli/0.4.8 darwin-x64 node-v18.16.0
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down Expand Up @@ -102,7 +102,7 @@ EXAMPLE
.heat-logs/output.csv
```

_See code: [src/commands/heat/convert/json2csv.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/convert/json2csv.ts)_
_See code: [src/commands/heat/convert/json2csv.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/convert/json2csv.ts)_

## `sfdx heat:convert:xml2json [-e <string>] [-i <string>] [-o <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -134,7 +134,7 @@ EXAMPLE
$ sfdx heat:convert:xml2json -i .heat-logs/input.xml -o .heat-logs/output.json
```

_See code: [src/commands/heat/convert/xml2json.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/convert/xml2json.ts)_
_See code: [src/commands/heat/convert/xml2json.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/convert/xml2json.ts)_

## `sfdx heat:manifest:build [-e <string>] [-x <string>] [-w <string>] [--beta] [--deleted] [--deprecated] [--deprecatededitable] [--installed] [--installededitable] [--released] [--unmanaged] [--standard] [--recommended] [--all] [--child] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -225,7 +225,7 @@ EXAMPLES
$ sfdx heat:manifest:build --apiversion 52.0 -u myOrg@example.com --all
```

_See code: [src/commands/heat/manifest/build.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/manifest/build.ts)_
_See code: [src/commands/heat/manifest/build.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/manifest/build.ts)_

## `sfdx heat:org [-n <string>] [-f] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -263,7 +263,7 @@ EXAMPLES
Hello myname! This is org: MyOrg and I will be around until Tue Mar 20 2018!
```

_See code: [src/commands/heat/org.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/org.ts)_
_See code: [src/commands/heat/org.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/org.ts)_

## `sfdx heat:rest:get:execute [-e <string>] [-d <string>] [-f <string>] [-r <string>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -305,7 +305,7 @@ EXAMPLE
/tooling/sobjects/Profile/describe
```

_See code: [src/commands/heat/rest/get/execute.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/rest/get/execute.ts)_
_See code: [src/commands/heat/rest/get/execute.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/rest/get/execute.ts)_

## `sfdx heat:spec:apex:build [-e <string>] [-o <string>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -341,7 +341,7 @@ EXAMPLE
$ sfdx heat:spec:apex:build --apiversion 57.0 -u myOrg@example.com -o docs
```

_See code: [src/commands/heat/spec/apex/build.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.7/src/commands/heat/spec/apex/build.ts)_
_See code: [src/commands/heat/spec/apex/build.ts](https://github.com/takahitomiyamoto/heat-sfdx-cli/blob/v0.4.8/src/commands/heat/spec/apex/build.ts)_
<!-- commandsstop -->
<!-- debugging-your-plugin -->

Expand Down
4 changes: 2 additions & 2 deletions heat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heat-sfdx-cli",
"description": "This is a Salesforce CLI plug-In, which uses features of the heat-sfdx series.",
"version": "0.4.7",
"version": "0.4.8",
"author": "Takahito Miyamoto",
"bugs": "https://github.com/takahitomiyamoto/heat-sfdx-cli/issues",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"@oclif/errors": "^1",
"@salesforce/command": "^2",
"@salesforce/core": "^2",
"heat-sfdx-common": "0.3.4",
"heat-sfdx-common": "0.3.5",
"heat-sfdx-metadata": "0.3.2",
"heat-sfdx-tooling": "0.2.9",
"tslib": "^1"
Expand Down
6 changes: 1 addition & 5 deletions heat/src/commands/heat/convert/json2csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,7 @@ export default class HeatConvertJson2csv extends SfdxCommand {
keys: keys,
verbose: verbose
};
const result = await json2csv(params).then((outputSize) => {
if (params.verbose) {
console.info(`output size: ${outputSize}`);
}
});
const result = await json2csv(params);

this.ux.stopSpinner(this.ux.getSpinnerStatus());

Expand Down
8 changes: 4 additions & 4 deletions heat/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2059,10 +2059,10 @@ heat-sfdx-common@0.3.1:
uuid "9.0.0"
xml2js "0.4.23"

heat-sfdx-common@0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/heat-sfdx-common/-/heat-sfdx-common-0.3.4.tgz#642bbb1c3433deb148c350d845c55c55463e625e"
integrity sha512-fAUkS2BpEh32aA7CAKJa0KqigQRs8cc68EPMOLW3SGdiXJKn23kGtOY/r9nUhTFQ2ViKthhwn504ZASlaVgokQ==
heat-sfdx-common@0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/heat-sfdx-common/-/heat-sfdx-common-0.3.5.tgz#ebf39987a549cef7d8e79af1749f7fc9054563be"
integrity sha512-szwD91QrWvIUKQXZkifrQWwxp5BeTtNZujUwmqnrw8L8xkcyLWKkSPfitcMJTCkEBef/OXO0XXvcKfLLZ4KwIw==
dependencies:
"@types/jsonwebtoken" "9.0.2"
"@types/node" "20.2.3"
Expand Down

0 comments on commit 6f6e46b

Please sign in to comment.