Giter Club home page Giter Club logo

yamlw's People

Contributors

jakkaj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

yamlw's Issues

Does not work with "-" ?

Can't figure out how to set value to "spec.containers.-env.-name: mykey2"

 spec:
      containers:
        - env:
            - name: mykey
              value: mykeyvalue

Always a dry run, unable to write to file.

Steps to reproduce:

  • Clone this repo
  • npm install
  • node index.js -f samples/sample.yaml --set "build.number=23,something.else='my valuexx'"

output:

Dry-run. Skipping file write
build:
  number: 23
something:
  else: my valuexx

See below, nothing changed in the file.

cat .\samples\sample.yaml
replicaCount: 1
image:
  repository: jakkaj/sampletrainer
  tag: dev
  pullPolicy: IfNotPresent
outputs:
  modelfolder: /mnt/azure/
  mountpath: /mnt/azure
build:
  number: 23
something:
  else: my value

Expected Result: yamlw writes to the file
Actual Result: yamlw thinks it's a dry run

ENVIRONMENT:
Windows 10
Node version: v11.4.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.