update

Update a bento installation and redeploy managed stacks via SSH.

20|20|Updated Nov 29, 2024
One-click install
npx skills add https://github.com/felipefontoura/bento --skill update-felipefontoura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/felipefontoura/bento/tree/main/plugins/bento/skills/update
Command: npx skills add https://github.com/felipefontoura/bento --skill update-felipefontoura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating a bento installation to the latest code and redeploying its managed stacks on a remote machine via SSH, eliminating the need for manual updates and redeployments.

Core Features & Use Cases

  • Automated Updates: Handles the entire process of updating bento code and redeploying stacks automatically.
  • Remote Deployment: Operates on a remote machine over SSH.
  • Use Case: If you have a server with bento installed and you want to update it to the latest version and redeploy its stacks without manual intervention, this Skill can handle the task.

Quick Start

Update bento on a remote server using the command: 'bento update'

Frequently Asked Questions about update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bento installation updates and redeployment via SSH?

Automating bento installation updates via SSH involves remotely pulling the latest code and triggering stack redeployments. This process eliminates manual intervention by handling reboots and service restarts to keep systems operational.

What is the best way to redeploy bento managed stacks on a remote server?

The best way to redeploy bento managed stacks is using an automated update command over SSH. This executes the code update and stack redeployment process seamlessly, ensuring all managed services are restarted and up-to-date.

Does bento update require manual server reboots after code deployment?

Bento update does not require manual server reboots after code deployment. The automated process performs necessary reboots and service redeployments independently, ensuring the remote system remains operational without human intervention.

Can I use SSH to update bento to the latest version without manual intervention?

You can use SSH to update bento to the latest version without manual intervention by running the bento update command. This connects to the remote machine, pulls the latest code, and redeploys managed stacks automatically.

What are the limitations of automating bento updates and redeployments?

Automating bento updates requires a remote machine with bento already installed and accessible via SSH. It is limited to systems matching this environment and executes reboots, which may temporarily interrupt service availability during the update cycle.