Sha256: f374ddf1a45b10db24e49516eba5ea083211b854699316fe2f23d9f4d6a46e58
Contents?: true
Size: 853 Bytes
Versions: 8
Compression:
Stored size: 853 Bytes
Contents
# config — Configure Machinery ## Synopsis `machinery config` `machinery config` KEY `machinery config` KEY=VALUE `machinery` help config ## Description The `config` command shows or changes machinery's configuration. If no arguments are passed the `config` command lists all configuration entries and their values. If only the key is provided its value is shown. If key and value are specified this configuration entry is set accordingly. The configuration is stored in `~/.machinery/machinery.config`. ## Arguments * `KEY`: Name of the configuration entry. * `VALUE`: Value of the configuration entry. ## Examples * Turn off hints: $ `machinery` config hints=off * Show current configuration of hints: $ `machinery` config hints * List all configuration entries and their values: $ `machinery` config
Version data entries
8 entries across 8 versions & 1 rubygems