Skip to main content

Projects

Project - Management

This is a collection of tools and tasks for a project. This should be a cheat sheet of common tasks.

Pre-req

Download the following OC CLI

  • Install the OC CLI client
  • Have an account with appropriate access on the project

Logging in

(rewrite to tokens)

Choosing a project

Once logged in you will be presented with a list of projects. In order to display the list again run

oc projects

Note: the currently selected project will have a star in front of the name

To switch to a different project

oc project new-project-name

You will see a "Now using project" message to indicate if you have properly switched projects