scaleway / serverless-scaleway-functions

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
MIT License
78 stars 25 forks source link

Add a deprecation message when running "serverless logs" command #212

Closed norbjd closed 7 months ago

norbjd commented 7 months ago

Summary

What's changed?

Add a deprecation message when running "serverless logs" command.

Why do we need this?

This follows the deprecation of /logs endpoint: https://github.com/scaleway/docs-content/pull/2715. We want to display a warning message here during 1 month, so people are not surprised when we are going to remove the command and /logs endpoint.

How have you tested it?

image

Checklist