Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Update an existing flexi security in your project. This command allows you to modify the details of an existing flexi security.

Usage

cldkctl flexi security update [flags]

Aliases

update, edit, modify

Steps

Follow the steps below to run and view the result of this command:

  1. Refer to the Flexi Security List section to obtain the security ID.

  2. Run the following command in your terminal:

cldkctl flexi security update [security_id] 
  1. Replace [security_id] with the actual security ID.

  2. Update the Security Name by entering the name of the security configuration, and update the Description by entering a description for the security configuration if needed.

  1. Select the instances where the security configuration will be applied.

  1. When prompted, choose whether to add an inbound rule.

  1. When prompted, choose whether to add an outbound rule.

  1. Confirm the update by selecting Confirm, or cancel the process by selecting Cancel.

  1. Once completed successfully, the terminal displays the success message.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the update command.

Last updated