Buck: buck fetch
Support Ukraine. Help Provide Humanitarian Aid to Ukraine.

buck fetch

A command that fetches one or more resources defined by remote_file rules. This should generally be run before buck build if remote_file rules are used in the repository. You must specify one or more build targets on the command line.

Buck will look at the transitive dependencies of the target you specify, so it is usually best to specify your top-level target in order to get all the remote objects you require.

buck fetch //third-party/jetty:jetty-source

We strongly believe that you and your team will have a better experience if you check your dependencies into your repository and use one of the provided prebuilt_ rules instead. The Buck team encourages you to stop trying to make fetch happen.

Parameters

  • --verbose (-v) How verbose logging to the console should be, with 1 as the minimum and 10 as the most verbose.