Giter VIP home page Giter VIP logo

Comments (3)

guumaster avatar guumaster commented on May 28, 2024

To maintain compatibility with all other commands, you need to use --profile,-p. But this is something I'm thinking on changing at some point, not sure.

from hostctl.

smhmd avatar smhmd commented on May 28, 2024

profiles are First-class citizen in hostctl. It only makes sense to not require a flag to enter them in the first place.

add domains could be a flag itself: add --domain,-d, since it doesn't have any special flags or behavior from the add command, making profile default argument.

~ hostctl add -h
Reads from a file and set content to a profile in your hosts file.
If the profile already exists it will be added to it.

Usage:
  hostctl add [profile] [flags]

Flags:
  -f, --from string        file to read
  -h, --help                   help for add
      --host-file string   Hosts file path (default "/etc/hosts")
  -d, --domain string   Append content to your host file or profile
  -q, --quiet                   Run command without output
ex: hostctl add awesome -d test.loc another.loc --ip 123.123.123.123

from hostctl.

guumaster avatar guumaster commented on May 28, 2024

For now I think that for commands that make sense I could support both options:

hostctl toggle awesome == hostctl toggle -p awesome

When I'm done with all features that I have in mind, I'll think on this breaking change. I think it makes total sense, but it requires to change semantics on almost all commands.

from hostctl.

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.