Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
gpinumalla
Creator
Creator

Is there a way to override context variables in bash shell script

 Is there a way to override context variables in bash shell script directly from shell script

 

./job.sh --context_param var1=value1

Labels (3)
1 Reply
Anonymous
Not applicable

Yes, it is possible.
./job.sh --context=Default --context_param var=value1

Please try and let me know if you still have any questions.