Cli
Exploring codespaces as temporary dev containers
Codespaces seem to be at the intersection of a number of things I'm interested in, including containers in general, dev containers in particular, ephemeral environments, the command line, thin clients...
A simple jq REPL with tmux, bash, vim and entr
In this quick post I show a simple JSON dataset explorer that gives me a multi-line filter editor. When it comes to exploring and processing JSON data, jq is my goto language. And for exploring, I...
SAP Tech Bytes: btp CLI - new home for configuration
Be informed about updates to where the btp CLI configuration is stored by default. This post relates directly to the SAP Tech Bytes: btp CLI -- managing configuration post, and provides a brief update...
Getting BTP resource GUIDs with the btp CLI – part 2 - JSON and jq
In this second part of a 2-part blog post series on getting BTP resource GUIDs with the btp CLI, we look at how the CLI supports JSON output, why it's a good choice, and how to parse that. If you...
Getting BTP resource GUIDs with the btp CLI - part 1
Learn how to use the btp CLI to determine resource GUIDs in your global account. This post is part 1, covering the bgu mechanism. Update: the second blog post in this series is now also...
SAP Tech Bytes: btp CLI - autocompletion
Get the btp CLI to help you with command autocompletion. This is a follow-on post from the previous one: SAP Tech Bytes: btp CLI - managing configuration and starts where we left off there, with you...
SAP Tech Bytes: btp CLI - managing configuration
Understand and manage the btp CLI client configuration. 🚨 Update: See SAP Tech Bytes: btp CLI - new home for configuration for new information. This is a follow-on post from the previous one: SAP...
SAP Tech Bytes: btp CLI – logging in
Start exploring with the btp CLI by logging in, then finding and selecting a subaccount for subsequent activities. This is a follow-on post from the previous one: SAP Tech Bytes -...
SAP Tech Bytes: btp CLI - installation
Install the btp CLI to be ready to start exploring its features and functions. The SAP BTP Command Line Interface (aka btp CLI) is a great tool for administering accounts and related resources on the...
Mini adventures with MTAs and the Cloud Foundry CLI
A few more small adventures using the cf command line client, as well as some shell pipeline goodness and that nifty tip from Marius Obert about radically reducing the size of your deployment...