{"tool":"gh","tool_display":"Gh","intent":"set-organization-variable-visible-to-all-repos","intent_display":"set organization variable visible to all repos","title":"Gh Command: set organization variable visible to all repos","command_string":"gh variable set <name> -o <organization> -v all","raw_command_string":"gh variable set {{name}} {{[-o|--org]}} {{organization}} {{[-v|--visibility]}} all","description":"Exact CLI syntax to set organization variable visible to all repos using Gh.","usage_scenario":"Setting organization-wide variables for CI/CD pipeline requirements.","scenario_context":"Setting organization-wide variables for CI/CD pipeline requirements.","simulated_output":"Variable 'MY_VAR' set to be visible to all repositories in organization 'my-org'.\n\nVisibility: all\nOrganization: my-org\nVariable Name: MY_VAR","how_to_steps":["Replace {{name}} with the variable name you want to set.","Use -o or --org to specify the organization name.","Add -v or --visibility to set it to 'all'."],"inferred_category":"Version Control","canonical_url":"https://www.syntaxstandard.com/gh/set-organization-variable-visible-to-all-repos"}