Developer Documentation

Apps

Apps are the primary building blocks of ODIN. They represent a project or application that you are working on. Each app contains a set of resources, such as devices, users, and data streams, that you can interact with using the ODIN CLI.

You may create up to 100 apps in your account. Each app has a unique ID that is used to identify it in the ODIN system.

Overview

The apps commands allow you to manage apps in your account. Before executing any other commands, you must select an app to work with using the odin apps select command.

The selected app is stored in the configuration file on your system and is used for subsequent commands. The configuration file also stores your API key, which you can set using the odin login command.

Usage

odin apps <command>

Commands

  • List: List all apps in your account.
  • Select: Select an app to use for subsequent commands.
  • Get: Display detailed information about an app.
  • Create: Create a new app.
  • Delete: Delete an app.