kubectl-aks icon indicating copy to clipboard operation
kubectl-aks copied to clipboard

docs: Add documentation-test for run-command.md

Open mqasimsarfraz opened this issue 2 years ago • 0 comments

Add test for run-command.md. In order to test it locally you need to write an INI file at docs/run-command.ini with sample:

→ cat docs/run-command.ini.sample 
mySubID = mySubID
myRG = myRG
myCluster = myCluster
myNode = myNode

Then use following to run the tests:

make documentation-test-commands

mqasimsarfraz avatar Oct 27 '23 16:10 mqasimsarfraz