Skip to content

LabTechUDF/CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI

This project is a CLI built in Go with the objective of facilitating developers in running applications

How to use

  1. Download and install Go on your PC from this link Golang
  2. Then clone the project repository
   git clone git@github.com:LabTechUDF/CLI.git
  1. Open powerShell or Git Bash in the project diretory

Commands

After completing the previus steps,you can run these commands

Windows PowerShell

Execute the program (and the Docker Conatiner,if avaible)

CLI.exe run python main.py

Run the aplication but Skip the docker

CLI.exe run -n python main.py

If you´re using a package manager (like Poetry)

Execute the program (and the Docker Conatiner,if avaible)

CLI.exe run poetry run python main.py

Run the aplication but Skip the docker

CLI.exe run -n poetry run python main.py

Running multiple applications simultaneously

Use the -d flag followed by one or more directories.
Each directory must contain a main.py file.

Execute the program (and the Docker container, if available)

CLI.exe run poetry run python main.py -d C:\Workplace\project1\src C:\Workplace\project2\src

Execute the program but Skip the docker

CLI.exe run -n poetry run python main.py -d C:\Workplace\project1\src C:\Workplace\project2\src

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages