Skip to content

Simple Cloud Foundry multi-target-application with BASH-based batch files for creating/deleting/deploying via the btp command.

Notifications You must be signed in to change notification settings

fabianorosa1/btp-batch-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REUSE status

BTP Batch Administration

Simple CloudFoundry Multi-Target-Application with BASH based batch files for creating/deleting/deploying via the btp command.

Description

This repo contains a complete example of interacting with the BTP CLI tool. It take the form of multi-target application(MTA) with a set of bash based batch files found in the tools folder.

This example is referred to in an upcoming blog post.: Blog Post

Requirements

  • The user is expected to be familiar BASH Batch programming.

Download and Installation

Note: These instructions assume you are using a Linux or MacOS system or Business Application Studio(BAS). If you are on Windows, substitute "/" for "\" in the included commands.

Limitations

This example is intended to illustrate the use of the BTP command-line tool in a batch context. It does not contain extensive error handling or enforce a certain order of operations. As such, certain assumptions apply and key values are hard coded. For instance, you need to obtain and set values in the #GLOBAL VALUES section near the top of each batch file.

Known Issues

This example contains no known issues.

How to obtain support

This project is provided "as-is" with no expectation for major changes or support.

To-Do (upcoming changes)

Documentation of the underlying API may promote removal of certain "work-around" sections of the batch files.

License

Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

Simple Cloud Foundry multi-target-application with BASH-based batch files for creating/deleting/deploying via the btp command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.8%
  • Shell 44.5%
  • HTML 7.7%