change_oc v0.0.35
Change_oc
Some command line tooling to download, extract and set the version of oc on the local system. 
Downloads the compressed oc binary to this module and extracts the various oc versions to the following locations
/opt/openshift/
       |_ 3.7
       |_ 3.9
       |_ 3.10
       |_ 3.11
       |_ 4.1
       |_ 4.2
       |_ 4.3
       |_ 4.4
       |_ 4.5
       |_ 4.6Sets the oc binary to execute by symlinking
/usr/bin/ocPrerequisite
- node 10
 - npm
 - os linux
 
Installation
Installation from npm
npm install -g change_ocInstallation from source clone and install the repo
git clone https://github.com/austincunningham/change_oc.git
cd change_oc
npm installUsage
From npm run the module
change_ocFrom source run the npm start script and follow the onscrean instructions
npm startDownload

Change binary

Release Steps
- Make changes
 - If necessary update README.md
 - Update CHANGELOG.md
 - Squash commits to single commit
 - Commit the changes
 - Bump the version in the package.json
 - Remove package-lock.json and run 
npm install - Second commit for version bump
 - Merge changes from the PR
 - Pull upstream changes to master
 - Publish the changes 
npm publish 
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago