22namespace flox::resolver {
64 std::optional<std::filesystem::path> manifestPath;
65 std::optional<ManifestRaw> manifestRaw;
67 std::optional<std::filesystem::path> oldManifestPath;
68 std::optional<ManifestRaw> oldManifestRaw;
109 std::optional<std::string> inputName;
Diff two manifest files.
Definition: command.hh:60
int run()
Execute the diff routine.
Definition: command.cc:118
Definition: mixins.hh:334
Lock a manifest file.
Definition: command.hh:28
int run()
Execute the lock routine.
Definition: command.cc:36
Definition: command.hh:170
UpdateCommand cmdUpdate
Definition: command.hh:177
RegistryCommand cmdRegistry
Definition: command.hh:178
int run()
Execute the manifest sub-command.
Definition: command.cc:255
command::VerboseParser parser
Definition: command.hh:174
DiffCommand cmdDiff
Definition: command.hh:176
LockCommand cmdLock
Definition: command.hh:175
Show information about an environment's registries.
Definition: command.hh:139
int run()
Execute the registry routine.
Definition: command.cc:202
Update lockfile inputs.
Definition: command.hh:105
int run()
Execute the update routine.
Definition: command.cc:149
An abstract description of an environment in its unresolved state. This representation is intended fo...
State blobs for flox commands.
Executable command helpers, argument parsers, etc.
Add verbosity flags to any parser and modify the global verbosity.
Definition: command.hh:49
A raw description of an environment to be read from a file.
Definition: manifest-raw.hh:264