Skip to main content
Version: Next

connect

warning

spice connect <org>/<pod> is deprecated. Use spice add <org>/<pod>.

Adds a Spicepod dependency to the current project, and prints a deprecation warning.

Usage​

spice connect <org>/<pod>

Example​

spice connect spiceai/quickstart

The command takes no flags of its own beyond the global flags.

Connecting a runtime to Spice Cloud​

spice connect does not enroll or attach an instance. Use spice cloud:

TaskCommand
Enroll this directory and attach it to a projectspice cloud link
Check the project's healthspice cloud status
Read runtime logsspice cloud logs
Run the instance as a supervised servicespice cloud service
Detach and release the instancespice cloud unlink

For unattended enrollment, start the runtime with spiced --token <enrollment-key>.

See also​