Page MenuHomePhabricator

Daemon Docs Inaccurate --no-discovery
Closed, ResolvedPublic

Description

Documentation: https://secure.phabricator.com/book/phabricator/article/managing_daemons/ at the end states to use the --no-discovery flag.

However the syntax is:

./bin/phd launch <daemon> no-discovery, without the --.

Event Timeline

Why do you believe the documentation is inaccurate?

Ugh, my apologies. I stand corrected. It's not, a bit later on the same page

phd launch PhabricatorRepositoryPullLocalDaemon -- --no-discovery

That is really really weird, but it is saying I should do it that way.

Weird that phd help launch doesn't mention this weird blank -- syntax.

I would close this task and go hide in a hole but sadly I can't close my own tasks here :(

epriestley claimed this task.

See also earlier on the page:

Screen Shot 2016-04-08 at 2.30.50 PM.png (126×936 px, 25 KB)

  • bin/phd launch -x abc passes the -x flag to phd.
  • bin/phd launch abc -- -x indicates the end of flags and passes -x to the underlying daemon.

Yeah, my bad. Sorry about this. Back to my cave.