Skip to main content

2 posts tagged with "Scripting"

View All Tags

· 7 min read
Justin Emilio

Scripting for Multiple Launchpads with Frame

The Nutanix Frame platform offers customers the option to create multiple user interfaces through the use of Frame Launchpads. These Launchpads allow customers to customize their environment and create custom apps that are tailored to specific end users and workflows. Each account can have multiple Launchpads to cater to different use cases and workloads (Read more about Frame Launchpads here).

We can further customize a user's experience by using PowerShell scripts to modify the remote Windows environment. These scripts can be used to automate tasks and customize the appearance and functionality of the user interface. These scripts are called FGA Scripts (More about FGA Scripts).

· 19 min read
Justin Emilio

Implement a CI/CD Pipeline using Frame APIs

Continuous Deployment (CD) is a software development practice which aims to ensure that code changes or software updates can be safely and quickly deployed to a production environment. CD is only part of a common industry practice called Continuous Integration / Continuous Delivery/Deployment (CI/CD). The goal of CI/CD is to automate the build, test, and deployment of software applications, by using a set of tools and practices.