Robert Kroeger | 6637cb7 | 2015-07-13 14:57:42 -0700 | [diff] [blame^] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
| 5 | // This file was auto-generated via go generate. |
| 6 | // DO NOT UPDATE MANUALLY |
| 7 | |
| 8 | /* |
| 9 | Tidy tidies the Vanadium binary repository by removing unused binaries. |
| 10 | |
| 11 | Usage: |
| 12 | tidy <command> |
| 13 | |
| 14 | The tidy commands are: |
| 15 | binary Binary sub-command tidies a specified binaryd |
| 16 | help Display help for commands or topics |
| 17 | |
| 18 | The global flags are: |
| 19 | -alsologtostderr=true |
| 20 | log to standard error as well as files |
| 21 | -log_backtrace_at=:0 |
| 22 | when logging hits line file:N, emit a stack trace |
| 23 | -log_dir= |
| 24 | if non-empty, write log files to this directory |
| 25 | -logtostderr=false |
| 26 | log to standard error instead of files |
| 27 | -max_stack_buf_size=4292608 |
| 28 | max size in bytes of the buffer to use for logging stack traces |
| 29 | -stderrthreshold=2 |
| 30 | logs at or above this threshold go to stderr |
| 31 | -v=0 |
| 32 | log level for V logs |
| 33 | -v23.credentials= |
| 34 | directory to use for storing security credentials |
| 35 | -v23.i18n-catalogue= |
| 36 | 18n catalogue files to load, comma separated |
| 37 | -v23.metadata=<just specify -v23.metadata to activate> |
| 38 | Displays metadata for the program and exits. |
| 39 | -v23.namespace.root=[/(dev.v.io/role/vprod/service/mounttabled)@ns.dev.v.io:8101] |
| 40 | local namespace root; can be repeated to provided multiple roots |
| 41 | -v23.proxy= |
| 42 | object name of proxy service to use to export services across network |
| 43 | boundaries |
| 44 | -v23.tcp.address= |
| 45 | address to listen on |
| 46 | -v23.tcp.protocol=wsh |
| 47 | protocol to listen with |
| 48 | -v23.vtrace.cache-size=1024 |
| 49 | The number of vtrace traces to store in memory. |
| 50 | -v23.vtrace.collect-regexp= |
| 51 | Spans and annotations that match this regular expression will trigger trace |
| 52 | collection. |
| 53 | -v23.vtrace.dump-on-shutdown=true |
| 54 | If true, dump all stored traces on runtime shutdown. |
| 55 | -v23.vtrace.sample-rate=0 |
| 56 | Rate (from 0.0 to 1.0) to sample vtrace traces. |
| 57 | -vmodule= |
| 58 | comma-separated list of pattern=N settings for filename-filtered logging |
| 59 | -vpath= |
| 60 | comma-separated list of pattern=N settings for file pathname-filtered logging |
| 61 | |
| 62 | Tidy binary - Binary sub-command tidies a specified binaryd |
| 63 | |
| 64 | Binary sub-command removes all binaries from a specified binaryd that are not |
| 65 | referenced by an applicationd envelope stored in the specified applicationd. |
| 66 | |
| 67 | Usage: |
| 68 | tidy binary <applicationd> <binaryd> |
| 69 | |
| 70 | <applicationd> is the name or endpoint of the applicationd instance sourcing the |
| 71 | envelopes. <binaryd> is the name or endpoint of a binaryd instance to clean up. |
| 72 | |
| 73 | Tidy help - Display help for commands or topics |
| 74 | |
| 75 | Help with no args displays the usage of the parent command. |
| 76 | |
| 77 | Help with args displays the usage of the specified sub-command or help topic. |
| 78 | |
| 79 | "help ..." recursively displays help for all commands and topics. |
| 80 | |
| 81 | Usage: |
| 82 | tidy help [flags] [command/topic ...] |
| 83 | |
| 84 | [command/topic ...] optionally identifies a specific sub-command or help topic. |
| 85 | |
| 86 | The tidy help flags are: |
| 87 | -style=compact |
| 88 | The formatting style for help output: |
| 89 | compact - Good for compact cmdline output. |
| 90 | full - Good for cmdline output, shows all global flags. |
| 91 | godoc - Good for godoc processing. |
| 92 | Override the default by setting the CMDLINE_STYLE environment variable. |
| 93 | -width=<terminal width> |
| 94 | Format output to this target width in runes, or unlimited if width < 0. |
| 95 | Defaults to the terminal width if available. Override the default by setting |
| 96 | the CMDLINE_WIDTH environment variable. |
| 97 | */ |
| 98 | package main |