Tsuru app
tsuru app¶
App is a program source code running on Tsuru.
Options¶
-h, --help help for app
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru - A command-line interface for interacting with tsuru
- tsuru app build - Build a container image following the app deploy's workflow - but do not change anything on the running application on Tsuru.
- tsuru app create - Creates a new app using the given name and platform. For tsuru,
- tsuru app deploy - Deploy the source code and/or configurations to the application on Tsuru.
- tsuru app grant - Allows a team to access an application. You need to be a member of a team that
- tsuru app info - Shows information about a specific app. Its state, platform, etc.
- tsuru app list - Lists all apps that you have access to. App access is controlled by teams. If
- tsuru app log - Shows log entries for an application. These logs include everything the
- tsuru app metadata - Metadata is a modern way to define labels and annotations to apps.
- tsuru app process - An application process represents a command that runs as part of the application.
- tsuru app quota - Quotas are used to safeguard the cluster against undesired or excessive scaling.
- tsuru app remove - Removes an application. If the app is bound to any service instance, all binds
- tsuru app restart - Restarts an application, or one of the processes of the application.
- tsuru app revoke - Revokes the permission to access an application from a team. You need to have
- tsuru app router - Router is a component responsible for routing user traffic to applications.
- tsuru app routes - Manage routes within the application router.
- tsuru app run - Runs an arbitrary command in application's containers. The base directory for
- tsuru app shell - Opens a remote shell inside unit.
- tsuru app start - Starts an application, or one of the processes of the application.
- tsuru app stop - Stops an application, or one of the processes of the application.
- tsuru app update - Updates an app, changing its description, tags, plan or pool information.