Sha256: a847d56a79a61283501f64a5c97ee0800625c82d3e37e5e2caa4744d4c8754f9
Contents?: true
Size: 1.77 KB
Versions: 30
Compression:
Stored size: 1.77 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UFFIZZI\-COMPOSE\-SERVICE\-LOGS" "" "August 2023" "" .SH "NAME" \fBuffizzi\-compose\-service\-logs\fR .P uffizzi\-compose\-service\-logs \- show the logs for a container service of a compose environment (preview) ================================================================ .SH "SYNOPSIS" .nf uffizzi compose service logs LOG_TYPE [COMPOSE_ENVIRONMENT_ID] [SERVICE] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.] .fi .SH "DESCRIPTION" .nf Shows the logs for a given container service of a given compose environment (preview)\. This command can fail for the following reasons: \- There is no compose environment (preview) with the given COMPOSE_ENVIRONMENT_ID \- There is no service with the name SERVICE For more information on service logs, see: https://docs\.uffizzi\.com/references/cli/ .fi .SH "LOG_TYPE" .nf LOG_TYPE is one of the following: build The build logs of a service\. container The container logs of a service\. .fi .SH "POSITIONAL ARGUMENTS" .nf [COMPOSE_ENVIRONMENT_ID] The ID of the compose environment (preview) that includes the service you want to show logs for\. [SERVICE] The name of the service you want to show logs for\. .fi .SH "UFFIZZI WIDE FLAGS" .nf These flags are available to all commands: \-\-project\. Run $ uffizzi help for details\. .fi .SH "EXAMPLES" .nf The following command shows build logs for the service web\-app of the compose environment (preview) with ID deployment\-14: $ uffizzi compose service logs build deployment\-14 web\-app The following command shows container logs for the service postgres\-db of the compose environment (preview) with ID deployment\-14: $ uffizzi compose service logs container deployment\-14 postgres\-db .fi
Version data entries
30 entries across 30 versions & 1 rubygems