generated from SAP/repository-template
-
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.
- Loading branch information
1 parent
42994b1
commit 1d42f56
Showing
25 changed files
with
135 additions
and
135 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ autocompletion | |
breakpoint | ||
BTP | ||
btp | ||
btptfexporter | ||
btptfexport | ||
CLA | ||
CLI | ||
config | ||
|
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,22 @@ | ||
## btptfexport | ||
|
||
Terraform exporter for BTP | ||
|
||
### Synopsis | ||
|
||
btptfexport is a utility to generate configuration for existing btp resources that are created manually and not managed by terraform. The CLI helps to generate configuration which then can be used by Terraform to bring that resource under terraform state. | ||
|
||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for btptfexport | ||
-t, --toggle Help message for toggle | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [btptfexport completion](btptfexport_completion.md) - Generate the autocompletion script for the specified shell | ||
* [btptfexport generate-resources-list](btptfexport_generate-resources-list.md) - Store the list of resources in a subaccount into a json file | ||
* [btptfexport resource](btptfexport_resource.md) - Export specific btp resources from a subaccount | ||
|
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,24 @@ | ||
## btptfexport completion | ||
|
||
Generate the autocompletion script for the specified shell | ||
|
||
### Synopsis | ||
|
||
Generate the autocompletion script for btptfexport for the specified shell. | ||
See each sub-command's help for details on how to use the generated script. | ||
|
||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for completion | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [btptfexport](btptfexport.md) - Terraform exporter for BTP | ||
* [btptfexport completion bash](btptfexport_completion_bash.md) - Generate the autocompletion script for bash | ||
* [btptfexport completion fish](btptfexport_completion_fish.md) - Generate the autocompletion script for fish | ||
* [btptfexport completion powershell](btptfexport_completion_powershell.md) - Generate the autocompletion script for powershell | ||
* [btptfexport completion zsh](btptfexport_completion_zsh.md) - Generate the autocompletion script for zsh | ||
|
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
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,33 @@ | ||
## btptfexport resource | ||
|
||
Export specific btp resources from a subaccount | ||
|
||
### Synopsis | ||
|
||
|
||
This command is used when you need to export specific resources. | ||
By default, it will generate the <resource_name>_import.tf (import file) and resources.tf (resource file) files. | ||
The resources.tf file can be renamed by using the flag --resourceFileName. | ||
The command will fail if a resource file already exists | ||
|
||
``` | ||
btptfexport resource [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for resource | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [btptfexport](btptfexport.md) - Terraform exporter for BTP | ||
* [btptfexport resource all](btptfexport_resource_all.md) - export all resources of a subaccount | ||
* [btptfexport resource entitlements](btptfexport_resource_entitlements.md) - export entitlements of a subaccount | ||
* [btptfexport resource environment-instances](btptfexport_resource_environment-instances.md) - export environment instance of a subaccount | ||
* [btptfexport resource from-file](btptfexport_resource_from-file.md) - export resources from a json file. | ||
* [btptfexport resource subaccount](btptfexport_resource_subaccount.md) - export subaccount | ||
* [btptfexport resource subscriptions](btptfexport_resource_subscriptions.md) - export subscriptions of a subaccount | ||
* [btptfexport resource trust-configurations](btptfexport_resource_trust-configurations.md) - export trust configurations of a subaccount | ||
|
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.