evroc iam resourcegroup cd
Navigate resource groups
Synopsis
Navigate the resource group hierarchy within your organization, effectively changing the context in which your subsequent commands will be applied.
evroc iam resourcegroup cd [<resourcegroup_name>|..|~] [flags]
Examples
	# Navigate to a child resource group
	$ evroc iam resourcegroup cd resourcegroup-1
	# Navigate to a resource group with absolute path
	$ evroc iam resourcegroup cd /resourcegroup-1
	# Navigate to parent resource group
	$ evroc iam resourcegroup cd ..
	# Navigate back to top-level organization
	$ evroc iam resourcegroup cd
	$ evroc iam resourcegroup /
	
Options
  -h, --help   help for cd
Options inherited from parent commands
      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output
SEE ALSO
- evroc iam resourcegroup - Resource group management commands