deployctl
deployctl copied to clipboard
Logs subcommand
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)
Wow!
Any updates on this getting merged?
up