Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 25, 2023. It is now read-only.
/sift-cliPublic archive

CLI tool to manage a SIFT Install

License

NotificationsYou must be signed in to change notification settings

teamdfir/sift-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTE: This project will be deprecated on March 1, 2023. It is being replace withcast which is a single smaller binary capable of installing any cast compatible distribution such as SIFT or REMnux (and more soon).

Logo

SIFT CLI

Manage your SIFT Installation

Usage

Usage:  sift [options] list-upgrades [--pre-release]  sift [options] install [--pre-release] [--version=<version>] [--mode=<mode>] [--user=<user>]  sift [options] update [--mode=<mode>]  sift [options] upgrade [--pre-release] [--mode=<mode>]  sift [options] self-upgrade [--pre-release]  sift [options] version  sift [options] debug  sift -h | --help | -vOptions:  --dev                 Developer Mode (do not use, dangerous, bypasses checks)  --version=<version>   Specific version install [default: latest]  --mode=<mode>         SIFT Install Mode (desktop, server, complete (legacy) or packages-only (legacy)) [default: desktop]  --user=<user>         User used for SIFT config [default: ${currentUser}]  --no-cache            Ignore the cache, always download the release files  --verbose             Display verbose logging

Issues

Open issues over at the mainSIFT Repository, prefix all issues with[CLI]

Installation

  1. Go to theLatest Releases
  2. Download all the release files
    • sift-cli-linux
    • sift-cli-linux.sig
    • sift-cli.pub
  3. Installcosign
  4. Validate the signaturecosign verify-blob --key sift-cli.pub --signature sift-cli-linux.sig sift-cli-linux
  5. Move the file tosudo mv sift-cli-linux /usr/local/bin/sift
  6. Runchmod 755 /usr/local/bin/sift
  7. Typesift --help to see its usage

Examples

Install Latest SIFT

sift install

Install Latest SIFT in Server Mode

Note: Server mode only installs tools and packages, it does not do any modifications that would normally appear on the desktop.

sift install --mode=server

Install Specific Version

sift install v2019.11.0

Update Existing VM

This just makes sure the current version is up-to-date

sift update

Upgrading to new SIFT Release

sift upgrade

About

CLI tool to manage a SIFT Install

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2026 Movatter.jp