💾 Archived View for freeshell.de › tldr › cf.gmi captured on 2024-02-05 at 10:29:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Command-line tool to manage apps and services on Cloud Foundry.
cf push {app_name}
cf marketplace
cf create-service {service} {plan} {service_name}
cf bind-service {app_name} {service_name}
cf run-task {app_name} "{script_command}" --name {task_name}
cf ssh {app_name}
cf logs {app_name} --recent
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).