Skip to content

Latest commit

 

History

History
147 lines (88 loc) · 5.66 KB

working-with-multitenant-applications-using-the-btp-cli-c1b0fcc.md

File metadata and controls

147 lines (88 loc) · 5.66 KB

Working with Multitenant Applications Using the btp CLI

Use the SAP BTP command line interface (btp CLI) to manage the multitenant applications to which a subaccount is entitled to subscribe.

Tip:

By default, all commands are executed in the global account you're logged in to. To change this target to a subaccount, use btp target -sa <my-subaccount-id>. See Set a Target for Subsequent Commands with btp target.

Task

Run the command...

Command help

Get all applications to which a subaccount is entitled to subscribe

btp list accounts/subscription

btp list accounts/subscription

Get details of a multitenant application in a subaccount

btp get accounts/subscription

btp get accounts/subscription

Subscribe to an application from a subaccount

btp subscribe accounts/subaccount

btp subscribe accounts/subaccount

Update the plan of an existing subscription

Note:

You can update a subscription plan only if additional plans for the application are entitled to the subaccount you're using and if your subscription is eligible for a plan update.

btp update accounts/subscription

btp update accounts/subscription

Unsubscribe an application from a subaccount

btp unsubscribe accounts/subaccount

btp unsubscribe accounts/subaccount

For more information, see Subscribe to Multitenant Applications Using the Cockpit ↗️.

Related Information

Working with Global Accounts, Directories, and Subaccounts Using the btp CLI

Setting Entitlements Using the btp CLI

Working with Environments Using the btp CLI

Working with External Resource Providers Using the btp CLI

Managing Trust from SAP BTP to an SAP Cloud Identity Services Tenant

Managing Users and Their Authorizations Using the btp CLI

Managing Signing Keys for Access Tokens

Managing Security Settings

Managing API Credentials for Calling REST APIs of SAP Authorization and Trust Management Service

Working with Resources of the SAP Service Manager Using the btp CLI

btp CLI Command Reference