diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2024-01-18 00:21:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 00:21:17 -0800 |
commit | 7b27591321fca14c519e75a3ab76a7e231347594 (patch) | |
tree | 2e6e44f3425b07ffdcf49a5f1882754c3ca235f5 /var | |
parent | 95390370969c5e12777c4e4e542f5d6dd6ede5dc (diff) | |
download | spack-7b27591321fca14c519e75a3ab76a7e231347594.tar.gz spack-7b27591321fca14c519e75a3ab76a7e231347594.tar.bz2 spack-7b27591321fca14c519e75a3ab76a7e231347594.tar.xz spack-7b27591321fca14c519e75a3ab76a7e231347594.zip |
New command: `spack config change` (#41147)
Like `spack change` for specs in environments, this can e.g. replace `examplespec+debug` with `examplespec~debug` in a `require:` section.
Example behavior for a config like:
```
packages:
foo:
require:
- spec: +debug
```
* `spack config change packages:foo:require:~debug` replaces `+debug` with `~debug`
* `spack config change packages:foo:require:@1.1` adds a requirement to the list
* `spack config change packages:bar:require:~debug` adds a requirement
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions