Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 383 Bytes

COMMANDS.md

File metadata and controls

19 lines (16 loc) · 383 Bytes

Build Command:

cd cloud-management-batch ; mkdir -p mta_archives ; mbt build -p=cf -t=mta_archives --mtar=bat.mtar

Deploy Command:

cf deploy mta_archives/bat.mtar -f

Subsequent Build+Deploy Commands:

mbt build -p=cf -t=mta_archives --mtar=bat.mtar ; cf deploy mta_archives/bat.mtar -f

Undeploy Command:

cf undeploy bat -f --delete-services