cradle Verified current stable Not installed? Package Management

Cradle / Skip Package Updates

Skip Package Updates

Omit package updates during cradle installation to ensure stability.

$
Terminal
cradle install --skip-versioning

When To Use

When performing a system-wide installation on a production system where package stability is critical.

Pro Tip

Utilize `--lockfile` in conjunction to ensure consistent package versions during updates. Violations can cause unpredictable behavior.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
# Executing Cradle Command

Cradle CLI - Package Installation Log
-------------------------------------
Action: Installing packages with versioning skipped...
Status: Package updates disabled, proceeding with installation.

Package Name      | Version         | Status
-------------------|----------------|-----------
my-package         | 1.0.0          | Installed
another-package    | 2.5.3          | Installed

Installation completed successfully!

Anatomy of Output

Understanding the result

Skipping package updates: ✓ Update Status

Confirms that no package updates were applied.

Components installed: 5. Up-to-date: 0. Installation Summary

Breakdown of installed components.

Log: Legacy packages retained without updates. Package Status

Indicates legacy packages still in use due to the flag.

Power User Variants

Optimized versions

cradle install --skip-versioning --dry-run

Simulate installation without applying it to check for issues.

cradle install --skip-versioning --verbose

Run installation with detailed output for diagnostics.

Troubleshooting

Common pitfalls

Error: Package not found in the registry.

Solution: Verify the package name and repository settings.

Error: User authentication failed.

Solution: Ensure correct username and password are used.

Error: Lockfile inconsistency detected.

Solution: Remove lockfile and retry the installation.

Command Breakdown

What each part is doing

cradle
Base Command
The executable that performs this operation. Here it runs Cradle before the shell applies any redirect operators.
--skip-versioning
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Run the command: `cradle install --skip-versioning`

  2. Step 2

    Verify the output for installed packages and check status.

Alternative Approaches

Comparable commands in other tools

Alternative package management tools for the same job.