Skip to content

oc:build or k8s:build should warn the user that he may have forgotten to run a build or package #2070

@sunix

Description

@sunix

Component

None

Is your enhancement related to a problem? Please describe

Context: User using an openshift cluster to deploy his development app.

  1. user types mvn package oc:build oc:resource oc:apply to deploy the application
  2. user is making modifications
  3. user types mvn oc:build oc:resource oc:apply to deploy the app (missing package)
  4. user is not seeing any changes in the deploy app

Describe the solution you'd like

If the user forgets about running mvn package prior to oc:build, JKube should notify the user that he may have forgotten to run mvn package .

Subtasks

Metadata

Metadata

Labels

UXdemoableIssues which can be demoed during the Sprint review meetingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions