GithubHelp home page GithubHelp logo

Comments (6)

guludo avatar guludo commented on July 17, 2024 1

Yes.

from ytt.

cppforlife avatar cppforlife commented on July 17, 2024

@guludo right, when loading individual files they all get their "basename" file names. e.g.

$ ytt -f examples/eirini/config-alt1.yml -f examples/eirini/config.lib.yaml --files-inspect
config-alt1.yml
config.lib.yaml

this was done because there is no obvious way to normalize cases such as ../../config.lib.yml and https://something.com/something.yml except with the current approach. this might be surprising though.

in your example you would have to load directory that contains _ytt_lib via -f .

from ytt.

guludo avatar guludo commented on July 17, 2024

I see. That makes sense. Additionally to the examples you showed, it would also be hard to know the the "root" directory intended by the user...

I think two things could be done regarding documentation then:

  1. Fix documentation on load(), by removing or changing the following: "equivalently, ytt -f app1.yml -f helpers.lib.yml -f _ytt_lib/apps/apps.lib.yml will also make above possible".
  2. Make clear the different semantics of -f. That is:
    i. when the argument is a file, ytt adds only the file name to its internal "file list";
    ii. then the argument is a directory, the files under it are added as paths relative to that directory.

Does that make sense?

from ytt.

cppforlife avatar cppforlife commented on July 17, 2024

👍 on both.

from ytt.

nimakaviani avatar nimakaviani commented on July 17, 2024

@guludo would you be willing to send in a PR?

from ytt.

nimakaviani avatar nimakaviani commented on July 17, 2024

closing.

from ytt.

Related Issues (20)

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.