]> git.arvados.org - arvados.git/blob - services/api/lib/tasks/config_dump.rake
12107: Use git-fetch instead of pack|unpack, and only when needed.
[arvados.git] / services / api / lib / tasks / config_dump.rake
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 namespace :config do
6   desc 'Show site configuration'
7   task dump: :environment do
8     puts $application_config.to_yaml
9   end
10 end