Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run command does not warn in case of scalingo CLI outdated #973

Open
aurelien-reeves-scalingo opened this issue Jun 16, 2023 · 1 comment
Labels

Comments

@aurelien-reeves-scalingo
Copy link
Contributor

The RUN command does not warn the user when the scalingo CLI is outdated.

$ scalingo -v
Scalingo Client version 1.28.2
 !     Your Scalingo client (1.28.2) is out-of-date: some features may not work correctly.
 !     Please update to '1.29.1' by reinstalling it: https://cli.scalingo.com

$ scalingo -a <something> run ls
-----> Starting container one-off-2500  Done in 0.224 seconds
-----> Connecting to container [one-off-2500]...  
-----> Process 'ls' is starting...  

app.js	   docker-compose.yml  package.json	  public	 views
cron.js    logo.png	       package-lock.json  README.md
cron.json  node_modules        Procfile		  scalingo.json

$
@EtienneM EtienneM added the low label Jun 16, 2023
@Soulou
Copy link
Member

Soulou commented Jun 22, 2023

In this case it's not done because the cmd/run.go logics is doing the exit of the CLI and not the main app handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants