forked from pnp/cli-microsoft365
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the 'pa solution reference add' command solving pnp#954
- Loading branch information
1 parent
629d783
commit cb35fb5
Showing
13 changed files
with
953 additions
and
17 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
docs/manual/docs/cmd/pa/solution/solution-reference-add.md
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,37 @@ | ||
# pa solution reference add | ||
|
||
Adds a project reference to the solution in the current directory | ||
|
||
## Usage | ||
|
||
```sh | ||
pa solution reference add [options] | ||
``` | ||
|
||
## Options | ||
|
||
Option|Description | ||
------|----------- | ||
`--help`|output usage information | ||
`-p, --path <path>`|The path to the referenced project | ||
`-o, --output [output]`|Output type. `json|text`. Default `text` | ||
`--verbose`|Runs command with verbose logging | ||
`--debug`|Runs command with debug logging | ||
|
||
## Remarks | ||
|
||
This commands expects a CDS solution project in the current directory, and references a PowerApps component framework project. | ||
|
||
The CDS solution project and the PowerApps component framework project cannot have the same name. | ||
|
||
## Examples | ||
|
||
Adds a reference inside the CDS Solution project in the current directory to the PowerApps component framework project at `./projects/ExampleProject` | ||
|
||
```sh | ||
pa solution reference add --path ./projects/ExampleProject | ||
``` | ||
|
||
## More information | ||
|
||
- Create and build a custom component: [https://docs.microsoft.com/en-us/powerapps/developer/component-framework/create-custom-controls-using-pcf](https://docs.microsoft.com/en-us/powerapps/developer/component-framework/create-custom-controls-using-pcf) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.