You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export OPENAI_API_KEY=(removed)
mini-langstream cli apps deploy my-app -app https://github.com/LangStream/langstream/tree/main/examples/applications/openai-completions -s https://github.com/LangStream/langstream/blob/main/examples/secrets/secrets.yaml
Missing required option: '--instance=<instanceFilePath>'
Deploy an application
Usage: langstream apps deploy [-hV] [--dry-run] -app=<appPath>
-i=<instanceFilePath> [-o=<format>]
[-s=<secretFilePath>] <name>
<name> Name of the application
-app, --application=<appPath>
Application directory path
--dry-run Dry-run mode. Do not deploy the application but only resolves
placeholders and display the result.
-h, --help Show this help message and exit.
-i, --instance=<instanceFilePath>
Instance file path
-o=<format> Output format for dry-run mode. Formats are: yaml, json.
Default value is yaml.
-s, --secrets=<secretFilePath>
Secrets file path
-V, --version Print version information and exit.
When you run mini-langstream start it suggests a different sample command of
If you follow the MiniKube getting started documentation, then at https://docs.langstream.ai/installation/get-started-minikube#start-the-cluster in step 3 the deployment of the example application fails
When you run
mini-langstream start
it suggests a different sample command ofAdding
-i $(mini-langstream get-instance)
to the command from the getting started allows it to deploy without errorThe text was updated successfully, but these errors were encountered: