You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the idea is that when chalk executes something like:
chalk exec -- python ....
we can figure out that we are executing a python program. we can therefore also attempt to call <cmd> --version or <cmd> version to report on the version used.
for example that might help in figuring out how many python 2 applications are still deployed across org/etc
The text was updated successfully, but these errors were encountered:
the idea is that when chalk executes something like:
we can figure out that we are executing a
python
program. we can therefore also attempt to call<cmd> --version
or<cmd> version
to report on the version used.for example that might help in figuring out how many python 2 applications are still deployed across org/etc
The text was updated successfully, but these errors were encountered: