alpine
Description
The base command for the macpine CLI. It is used to create, control, and connect to Alpine Linux instances.
Usage
alpine [command]
Available Commands
| Command | Description |
|---|---|
| completion | Generate shell autocompletions. |
| delete | Delete instances. |
| edit | Edit instance configurations. |
| exec | Execute a command on an instance over ssh. |
| import | Imports an instance archived with alpine publish. |
| info | Display information about instances. |
| launch | Create and start an instance. |
| list | List instances. |
| pause | Pause instances. |
| publish | Publish instances. |
| rename | Rename an instance. |
| restart | Stop and start instances. |
| resume | Unpause instances. |
| ssh | Attach an interactive shell to an instance via ssh. |
| start | Start instances. |
| stop | Stop instances. |
| tag | Add or remove tags from an instance. |
Use "alpine [command] --help" for more information about a command.