lsh

command module
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2025 License: BSD-3-Clause, MIT Imports: 1 Imported by: 0

README

lsh

lsh is the Latitude.sh command-line interface that will help you make it easier to retrieve any data from your team or perform any action you need.

Installation

MacOS / Linux / WSL

Installing the latest version

Homebrew:
brew install latitudesh/tools/lsh
Installation Script:

curl -sSL  https://raw.githubusercontent.com/latitudesh/lsh/main/install.sh | bash

Windows is not supported yet.

From Github

Visit the Releases page and select any version you want to download.

Getting Started

Log in into Latitude.sh. An API Key is required.

lsh login <API_KEY>

List your servers

lsh servers list

Commands

The list of the available commands is available here.

Examples

List a server with a specific hostname


lsh servers list --hostname <HOSTNAME>

Create a server with Ubuntu 22


lsh servers create --operating_system ubuntu_22_04_x64_lts --project <PROJECT_ID_OR_SLUG> --site <LOCATION> --hostname <HOSTNAME> --plan <PLAN>

List all GPU plans


lsh plans list --gpu true

You can see more examples here. Reach out if you want to see other use cases on lsh.

Troubleshooting

If you encounter any problems when installing the CLI with the installation script, you can use the command below to uninstall the CLI.


curl -sSL  https://raw.githubusercontent.com/latitudesh/lsh/main/uninstall.sh | bash

Docs

For more information, see the documentation.

Provide feedback and contribute

  • Open an issue for questions, feedback, bug reports or feature requests.

  • We welcome pull requests for bug fixes, new features, and improvements to the examples.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
lsh
Package to configure options that should be acessible througout all commands
Package to configure options that should be acessible througout all commands
internal
utils
utils package contains general utility functions.
utils package contains general utility functions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL