-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate doc * [Mega-Linter] Apply linters fixes --------- Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
- Loading branch information
Showing
19 changed files
with
346 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- This file has been generated with command 'sfdx hardis:doc:plugin:generate'. Please do not update it manually or it may be overwritten --> | ||
# hardis:org:generate:packagexmlfull | ||
|
||
## Description | ||
|
||
Generates full org package.xml, including managed items | ||
|
||
## Parameters | ||
|
||
| Name | Type | Description | Default | Required | Options | | ||
|:----------------------|:-------:|:--------------------------------------------------------------------|:-------:|:--------:|:-----------------------------------------------------:| | ||
| apiversion | option | override the api version used for api requests made by this command | | | | | ||
| debug<br/>-d | boolean | Activate debug mode (more logs) | | | | | ||
| json | boolean | format output as json | | | | | ||
| loglevel | option | logging level for this command invocation | warn | | trace<br/>debug<br/>info<br/>warn<br/>error<br/>fatal | | ||
| outputfile | option | Output package.xml file | | | | | ||
| skipauth | boolean | Skip authentication check when a default username is required | | | | | ||
| targetusername<br/>-u | option | username or alias for the target org; overrides default target org | | | | | ||
| websocket | option | Websocket host:port for VsCode SFDX Hardis UI integration | | | | | ||
|
||
## Examples | ||
|
||
```shell | ||
sfdx hardis:org:generate:packagexmlfull | ||
``` | ||
|
||
```shell | ||
sfdx hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml | ||
``` | ||
|
||
```shell | ||
sfdx hardis:org:generate:packagexmlfull --targetusername nico@example.com | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.