Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add --require-name to create and run commands #560

Merged
merged 2 commits into from
Mar 23, 2020

Commits on Mar 16, 2020

  1. Add --require-name to create and run commands

    Adds --require-name flag to create and run commands to fail when a VM
    name is not passed. This can be used along with config file to avoid
    generating different resource from the same config file due to generated
    name and UID.
    
    Adds tests for the change.
    darkowlzz committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c516992 View commit details
    Browse the repository at this point in the history
  2. Add require-name check in VM config file

    Adds require-name check in VM config file.
    Adds test TestNewCreateOptions to test the failure cases when
    --require-name is set and no name is provided only.
    darkowlzz committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8916a08 View commit details
    Browse the repository at this point in the history