You may also like
VCF Automation – Build Tools for VMware Aria – Useful Maven Command Reference
This entry is part 4 of 4 in the series Build Tools for VMware AriaThis series has focused on getting up and running with the Build Tools and creating basic projects. In this post, I will demonstrate all the available Maven commands and some additional parameters that can be used. This page can also be used as a useful Maven command reference. Creating Projects The following sections provide all the commands for creating the various project types. In all of the examples, you can substitute groupId and artifactId with your own values. The archetypeVersion is the desired version of the...
VCF Operations Orchestrator: Why I Write Actions and Not Workflows (Mostly)
This might be a controversial stance, but if you’ve reviewed any of my VCF Operations Orchestrator code, you’ll notice that 99% of it is written as Actions. I take this approach because it enables me to write “pure” JavaScript code that is easier to read, maintain, and integrate with modern development tools such as linters, unit testing frameworks, and code analysers. Workflows are a visual tool that provides a drag-and-drop interface used to develop automation flows without writing (much) code. It was originally intended for system administrators and infrastructure teams, who might not be traditional developers, to automate tasks on...

