Forrest logo
tool overview
On this page you find all important commands for the CLI tool add. If the command you are looking for is missing please ask our AI.

add

The command line tool "add" is typically used to perform addition and arithmetic operations on numerical values. It allows users to input two or more values and receive the sum of those values as output. This tool is commonly used in scripting and automation tasks to perform calculations or mathematical operations. It can handle different numeric data types, such as integers and floating-point numbers, and provides a way to quickly perform addition operations without the need for a graphical user interface.

List of commands for add:

  • deluge-console:tldr:4e89c deluge-console: Add a torrent to the daemon.
    $ add ${select}
    try on your machine
    explain this command
  • odps-auth:tldr:1b7ad odps-auth: Add a user to the current project.
    $ add user ${username};
    try on your machine
    explain this command
  • odps-resource:tldr:2c59b odps-resource: Add archive resource.
    $ add archive ${archive-tar-gz} as ${alias};
    try on your machine
    explain this command
  • odps-resource:tldr:35e29 odps-resource: Add file resource.
    $ add file ${filename} as ${alias};
    try on your machine
    explain this command
  • odps-resource:tldr:e8464 odps-resource: Add .jar resource.
    $ add jar ${package-jar};
    try on your machine
    explain this command
  • odps-resource:tldr:ffd81 odps-resource: Add .py resource.
    $ add py ${script-py};
    try on your machine
    explain this command
tool overview