deployctl icon indicating copy to clipboard operation
deployctl copied to clipboard

Logs subcommand

Open rolitoxdd opened this issue 3 years ago • 2 comments

deployctl logs
Shows the logs of the given project.

To show the latest logs of a project:
  deployctl logs --project=helloworld

To show the logs of a particular deployment:
  deployctl logs --project=helloworld --deployment=1234567890AB

To show the logs of the production deployment:
  deployctl logs --project=helloworld --prod

USAGE:
    deployctl logs [OPTIONS] [<PROJECT>]

OPTIONS:
        --deployment=<DEPLOY_ID>  The id of the deployment you want to get the logs (defaults to latest deployment)
        --prod                    Select the production deployment
    -p, --project=NAME        The project you want to get the logs
        --token=TOKEN             The API token to use (defaults to DENO_DEPLOY_TOKEN env var)

rolitoxdd avatar Aug 02 '22 03:08 rolitoxdd

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 02 '22 03:08 CLAassistant

Wow!

ry avatar Aug 02 '22 10:08 ry

Any updates on this getting merged?

lino-levan avatar Sep 17 '22 16:09 lino-levan

up

ivyhjk avatar Dec 30 '22 13:12 ivyhjk