Cmdfile

Latest version: v1.2.2

Safety actively analyzes 623518 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2.0

- Added "requirements", this calls other tables before running the current table, example:

[main] a_requirement another_requirement
This will call a_requirement, another_requirement and main, respectively


[a_requirement]
...

[another_requirement]
...

- You can now select the shell to use to run commands like this:

shell = "powershell.exe -c"

[main]
echo 'Hello' Executes "powershell.exe -c echo 'Hello'"


- Changed variable usage from `{_varname_}` to `{{varname}}`

1.1.1

- Rename buildfile to cmdfile

1.1.0

- Add variables in cmdfiles and `add_var()` function

1.0.0

- Add support for changing cmdfile filename for cmdfile CLI

0.0.1

- Initial Release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.