+ 3
Heroku CLI and it's alternative.
Hello friends. I wanna use heroku it allows me do things CLI. But what if a person dosen't have computer. I mean I dont have laptop. And I dont know how to do these things in turmux. Can anyone help me to learn this through any tutorial, docs etc. Or do we have any application (web/android) to deploy python script to heroku ? Actually I want to deploy a telegram bot python file.
4 Respostas
+ 3
You could just learn the basics of bash and use termux. It would open you up to countless free operating systems that use bash as their command line scripting language.
+ 3
Yessir, most all linux distros use a variation of the shell terminal. And i think mac os uses something similar as well. Cmd is different though. There are still some commands that will work in both though, more or less for the same purpose!
+ 2
Oh really Slick before I use to think that all things like CLI, termux, CMD are different things and use their own syntax.
Thanks let me learn bash now
+ 2
Oooh thanks a lot Slick for your valuable response