github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/getting-started-guides/coreos/azure/destroy-cluster.js (about)

     1  #!/usr/bin/env node
     2  
     3  var azure = require('./lib/azure_wrapper.js');
     4  
     5  azure.destroy_cluster(process.argv[2]);
     6  
     7  console.log('The cluster had been destroyed, you can delete the state file now.');