forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Colors need to be in quotes since some are numbers (conda#11149)
- Loading branch information
1 parent
2871a4e
commit ab411b8
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,103 @@ | ||
# Solver | ||
- name: solver | ||
description: pertains to the solver | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [tag-solver] | ||
- name: solver::messaging | ||
description: pertains to the solver's messaging | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [tag-solver_messaging] | ||
- name: solver::performance | ||
description: pertains to the solver's performance | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [tag-solver_performance] | ||
- name: solver::behavior | ||
description: pertains to the solver's behavior | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [tag-solver_behavior] | ||
- name: solver::libmamba | ||
description: pertains to the libmamba solver | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [tag-solver_libmamba] | ||
- name: solver::pycosat | ||
description: pertains to the pycosat solver | ||
color: d4c5f9 | ||
color: "d4c5f9" | ||
aliases: [] | ||
|
||
# CLI | ||
- name: cli | ||
description: pertains to the CLI interface | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell] | ||
- name: cli::cmd | ||
description: pertains to the CLI in CMD | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-cmd] | ||
- name: cli::fish | ||
description: pertains to the CLI in fish | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-fish] | ||
- name: cli::posix | ||
description: pertains to the CLI in Posix compliant shells (e.g. Bash, Zsh, KornShell, etc.) | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-posix] | ||
- name: cli::powershell | ||
description: pertains to the CLI in PowerShell | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-powershell] | ||
- name: cli::tcsh | ||
description: pertains to the CLI in tcsh/CSH | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-tcsh] | ||
- name: cli::xonsh | ||
description: pertains to the CLI in Xonsh | ||
color: 91E4E5 | ||
color: "91E4E5" | ||
aliases: [type-shell-xonsh] | ||
|
||
# Plugins | ||
- name: plugins | ||
description: pertains to a plugin | ||
color: 386BAF | ||
color: "386BAF" | ||
aliases: [tag-plugins] | ||
- name: plugins::env | ||
description: pertains to conda-env | ||
color: 386BAF | ||
color: "386BAF" | ||
aliases: [tag-conda_env, tag-environment_spec, "tag::environment-spec"] | ||
- name: plugins::run | ||
description: pertains to conda-run | ||
color: 386BAF | ||
color: "386BAF" | ||
aliases: [tag-conda_run] | ||
- name: plugins::create | ||
description: pertains to conda-create | ||
color: 386BAF | ||
color: "386BAF" | ||
aliases: [tag-clone] | ||
- name: plugins::config | ||
description: pertains to conda-config | ||
color: 386BAF | ||
color: "386BAF" | ||
aliases: [tag-config] | ||
|
||
# Tags | ||
- name: tag::ssl | ||
description: related to an SSL issue | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] | ||
- name: tag::compatibility | ||
description: related to compatibility issues with other software | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] | ||
- name: tag::auth | ||
description: | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] | ||
- name: tag::artifact-verification | ||
description: related to artifact verification and related content trust issues | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] | ||
- name: tag::pip | ||
description: related to conda-pip issues | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] | ||
- name: tag::multi-user | ||
description: related to shared/multi-user installs | ||
color: 86C579 | ||
color: "86C579" | ||
aliases: [] |