The September Fly Changelog: New Names and Easier Updates

Some common requests are addressed this month. One is ‘can you let us type “fly” instead of “flyctl”?’, and it is a shorter command, that is true. Another is can you ‘make updating flyctl easier?’, something we are more than happy to do. And in Septe

Dj Walker-Morgan
5 min readbeginner
--
View Original

Overview

The September Fly Changelog introduces significant updates to the Fly CLI, focusing on ease of installation, updates, and new features for building and deploying websites. Key changes include the ability to use 'fly' instead of 'flyctl', easier update commands, and new static site builders.

What You'll Learn

1

How to install and use the Fly CLI with the new 'fly' command

2

How to update the Fly CLI using the 'fly version update' command

3

Why using new static builders like 'hugo-static' and 'staticplus' can enhance website deployment

Key Questions Answered

What are the new features introduced in the September Fly Changelog?
The September Fly Changelog introduces a new command 'fly' for the Fly CLI, easier update commands with 'fly version update', and two new static site builders: 'hugo-static' and 'staticplus'. These changes aim to enhance user experience and streamline website deployment.
How can Windows 10 users benefit from the latest Fly CLI updates?
The latest updates include improved installation and updating processes for Windows 10 users using PowerShell, making it easier for them to manage the Fly CLI on their systems. Feedback from users is encouraged to further enhance this experience.
What is the significance of the 'init --nowrite' option in Fly CLI?
The 'init --nowrite' option allows users to create a new app without overwriting the existing configuration in 'fly.toml'. This feature is particularly useful for managing multiple deployments under different app names without losing previous configurations.

Technologies & Tools

Tool
Fly CLI
Used for managing deployments and configurations of applications on the Fly platform.
Tool
Powershell
Enhanced installation and update processes for Windows 10 users.

Key Actionable Insights

1
Utilize the new 'fly version update' command to streamline your CLI updates.
This command automates the update process, ensuring you always have the latest features and security improvements without manual intervention.
2
Explore the new static builders for quick website deployment.
Using 'hugo-static' and 'staticplus' can significantly reduce deployment time for static sites, allowing for faster iterations and updates.
3
Take advantage of the 'init --nowrite' option to manage multiple app configurations.
This feature allows for flexibility in app management, preventing accidental overwrites and maintaining distinct configurations for different deployments.

Common Pitfalls

1
Failing to update the Fly CLI regularly can lead to missing out on new features and security patches.
Users should utilize the new update command to ensure they are always working with the latest version, which can help avoid compatibility issues.