Forrest logo
back to context overview

cs-install

List of commands for cs-install:

  • cs-install:tldr:19355 cs-install: Uninstall a specific application.
    $ cs uninstall ${application_name}
    try on your machine
    explain this command
  • cs-install:tldr:2f48a cs-install: List all installed applications.
    $ cs list
    try on your machine
    explain this command
  • cs-install:tldr:3ae38 cs-install: Update a specific application if available.
    $ cs update ${application_name}
    try on your machine
    explain this command
  • cs-install:tldr:502ae cs-install: Search an application by a specific name.
    $ cs search ${application_partial_name}
    try on your machine
    explain this command
  • cs-install:tldr:9d4e7 cs-install: Install a specific application.
    $ cs install ${application_name}
    try on your machine
    explain this command
  • cs-install:tldr:9f000 cs-install: Install a specific version of an application.
    $ cs install ${application_name}:${application_version}
    try on your machine
    explain this command
  • cs-install:tldr:d6316 cs-install: Update all the installed applications.
    $ cs update
    try on your machine
    explain this command
back to context overview