The Aspire CLI is here and you can use it to configure and run your applications The post Getting Started with the Aspire CLI appeared first on .NET Blog.
#cli
5 posts
28 Aug 2025
29 Jul 2025
Aspire 9.4 is packed with new features, integrations, and improvements The post Aspire 9.4 is here with a CLI and interactive dashboard features appeared first on .NET Blog.
24 Jun 2021
jbang is a relatively new utility that … … lets students, educators and professional developers create, edit and run self-contained source-only Java programs with unprecedented ease. Sounds exciting. How does it work with jOOQ? Very easy! Set it up like this (other installation options here): curl -Ls https://sh.jbang.dev | bash -s - app setup And … Continue reading Quickly Trying…
11 Apr 2014
Cloudformation is a powerful tool for building large, coordinated clusters of AWS resources. It has a sophisticated API, capable of supporting many different enterprise use-cases and scaling to thousands of stacks and resources. However, there is a downside: the JSON interface for specifying a stack can be cumbersome to manipulate, especially as your organization grows […]
11 Oct 2013
Some of y’all may have caught our previous blog post announcing the release of our Java JSON transformation library, Jolt. Jolt is a powerful tool that can accomplish a variety of useful transformations on JSON data, and even chain multiple transformations together. Jolt has additional functionality that is useful for working with JSON including the […]