Table of Contents

Class BunInstall

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Installs dependencies from the current package manifest or supplied package specifications.

public sealed record BunInstall : BunDependencyCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<BunCommand>, IEquatable<BunDependencyCommand>, IEquatable<BunInstall>

Inheritance

Implements

Properties

CommandParts

Gets every canonically ordered rendered command fragment.

protected override IReadOnlyList<string?> CommandParts { get; }

Property Value

IReadOnlyList<string?>

Filters

Workspace filters; repeat the native option once per value.

public IReadOnlyList<string> Filters { get; init; }

Property Value

IReadOnlyList<string>

LockfileOnly

Writes only the lockfile.

public bool LockfileOnly { get; init; }

Property Value

bool

Production

Excludes development dependencies.

public bool Production { get; init; }

Property Value

bool