Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to override context variables in bash shell script directly from shell script
./job.sh --context_param var1=value1
Yes, it is possible. ./job.sh --context=Default --context_param var=value1Please try and let me know if you still have any questions.