Tsuru Client
tsuru¶
A command-line interface for interacting with tsuru
tsuru [flags]
Options¶
-h, --help help for tsuru
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru app - App is a program source code running on Tsuru.
- tsuru autoscale - Manage autoscaling of application units.
- tsuru certificate - Certificate is used to manage SSL/TLS certificates for secure communication.
- tsuru change-password - Changes the password of the logged in user. It will ask for the current
- tsuru cluster - Manage kubernetes clusters.
- tsuru cname - CNAME (Canonical Name) is a custom domain you assign to your application, allowing users to access it via a friendly URL (e.g., myapp.mydomain.com)
- tsuru completion - Generate the autocompletion script for the specified shell
- tsuru deploy - Deploy the source code and/or configurations to the application on Tsuru.
- tsuru env - Manage environment variables from an app or job.
- tsuru event - Events are used to audit all actions performed on Tsuru resources.
- tsuru info - Shows information about a specific app. Its state, platform, etc.
- tsuru job - Job is a program that runs on a schedule or is executed manually
- tsuru log - Shows log entries for an application. These logs include everything the
- tsuru login - Initiates a new tsuru session for a user. If using tsuru native authentication
- tsuru logout - Logout will terminate the session with the tsuru server.
- tsuru metadata - Metadata is a modern way to define labels and annotations to apps and jobs.
- tsuru permission - Manage permissions.
- tsuru plan - Plan specifies how computational resources are allocated to your application.
- tsuru platform - A platform is a well-defined pack with installed dependencies for a language or framework that a group of applications will need. A platform might be a container template (Docker image).
- tsuru plugin - Plugins are used to extend tsuru client functionality.
- tsuru pool - A pool is used by provisioners to allocate space within a cluster for running applications.
- tsuru provisioner - Manage provisioners.
- tsuru reset-password - Resets the user password.
- tsuru role - Manage roles.
- tsuru rollback - Deploys an existing image for an app. You can list available images with
tsuru app deploy list. - tsuru router - A router is a component responsible for routing user traffic to applications.
- tsuru service - A service is a well-defined API that tsuru communicates with to provide extra functionality for applications.
- tsuru shell - Opens a remote shell inside unit.
- tsuru tag - Tags are labels that can be assigned to applications and service instances to help organize and manage them effectively.
- tsuru target - Target is used to manage the address of the remote tsuru server.
- tsuru team - Manage teams.
- tsuru token - Manage team tokens used to authenticate automations through Tsuru.
- tsuru unit - A unit is a container.
- tsuru user - A user is an individual who has access to the tsuru platform.
- tsuru volume - Volumes allow applications running on tsuru to use external storage volumes mounted on their filesystem.