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:
| Task | Command |
|---|---|
| Enroll this directory and attach it to a project | spice cloud link |
| Check the project's health | spice cloud status |
| Read runtime logs | spice cloud logs |
| Run the instance as a supervised service | spice cloud service |
| Detach and release the instance | spice cloud unlink |
For unattended enrollment, start the runtime with spiced --token <enrollment-key>.
See also​
spice add— add a Spicepod dependencyspice cloud— Spice Cloud commands- Cloud Connect
