"set-secrets"
*************

* Description

* Usage

* Required Parameters

* Optional Parameters

* Global Parameters

* Example using required parameter


Description
===========

Assign super-user-password and unlock-password for Rover Cluster


Usage
=====

   oci rover standalone-cluster set-secrets [OPTIONS]


Required Parameters
===================

--cluster-id [text]

Unique RoverStandalone Cluster identifier


Optional Parameters
===================

--super-user-password

Assign super-user-password for RoverCluster Identifier

--unlock-passphrase

Assign unlock-passphrase for RoverCluster Identifier


Global Parameters
=================

Use "oci --help" for help on global parameters.

"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
defaults-file", "--endpoint", "--generate-full-command-json-input", "
--generate-param-json-input", "--help", "--latest-version", "--max-
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
read-timeout", "--realm-specific-endpoint", "--region", "--release-
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"


Example using required parameter
================================

Copy the following CLI commands into a file named example.sh. Run the
command by typing “bash example.sh” and replacing the example
parameters with your own.

Please note this sample will only work in the POSIX-compliant bash-
like shell. You need to set up the OCI configuration and appropriate
security policies before trying the examples.

       export cluster_id=<substitute-value-of-cluster_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/rover/standalone-cluster/set-secrets.html#cmdoption-cluster-id

       oci rover standalone-cluster set-secrets --cluster-id $cluster_id
