Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorwolf/btp-scripts
Scripts for the SAP BTP
https://github.com/gregorwolf/btp-scripts
Last synced: 11 days ago
JSON representation
Scripts for the SAP BTP
- Host: GitHub
- URL: https://github.com/gregorwolf/btp-scripts
- Owner: gregorwolf
- Created: 2024-07-22T11:33:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T13:53:39.000Z (4 months ago)
- Last Synced: 2024-10-11T02:35:16.665Z (28 days ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts for the SAP BTP CLI
Before running any script make sure to have the [SAP BTP CLI](https://help.sap.com/docs/btp/sap-business-technology-platform/download-and-start-using-btp-cli-client) installed. If you need to install to BAS you can follow this steps:
```
cd /tmp
curl -LJO https://tools.hana.ondemand.com/additional/btp-cli-linux-amd64-latest.tar.gz --cookie "eula_3_2_agreed=tools.hana.ondemand.com/developer-license-3_2.txt"
tar -xvf btp-cli-linux-amd64-latest.tar.gz
mv linux-amd64/btp /home/user/.asdf/bin
```and you did a login with:
```
btp login --sso
```If you already logged in, you can check your current target with:
```
btp
```If you want to change your target, you can do it with:
```
btp target
```