Skip to content

Commit

Permalink
Deployed a84f9c3 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 21, 2025
1 parent 45f057a commit 159483d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions oscar-cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1701,6 +1701,9 @@ <h5 id="add">add</h5>
oidc-agent. Note that oidc-agent must be
started and properly configured
(See:https://indigo-dc.gitbook.io/oidc-agent/)
-t, --oidc-refresh-token string OIDC token to authenticate using oidc-token.
Note that oidc-token must be started and
properly configured
--password-stdin take the password from stdin

Global Flags:
Expand Down Expand Up @@ -1815,17 +1818,19 @@ <h5 id="remove-services">remove services</h5>
<h5 id="run">run</h5>
<p>Invoke a service synchronously (a Serverless backend in the cluster is required).</p>
<pre><code>Usage:
oscar-cli service run SERVICE_NAME {--input | --text-input} [flags]
oscar-cli service run SERVICE_NAME {--file-input | --text-input} [flags]

Aliases:
run, invoke, r

Flags:
-c, --cluster string set the cluster
-e, --endpoint string endpoint of a non registered cluster
-f, --file-input string input file for the request
-h, --help help for run
-i, --input string input file for the request
-o, --output string file path to store the output
-t, --text-input string text input string for the request
-i, --text-input string text input string for the request
-t, --token string token of the service

Global Flags:
--config string set the location of the config file (YAML or JSON)
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 159483d

Please sign in to comment.