ohmyzsh/plugins/scw
Albin Kauffmann 5c9dc0cfdd feat(scw): add new functions to handle profiles
This commit adds the following commands:
- ssp (Scaleway Set Profile) allows to set the current SCW_PROFILE
- sgp (Scaleway Get Profile) allows to show the current SCW_PROFILE
- scw_profiles allows to list available profiles

Completion and error handling is supported for the ssp command.
2025-05-02 11:01:59 +02:00
..
README.md feat(scw): use official scw completion (#12755) 2024-10-16 20:57:04 +02:00
scw.plugin.zsh feat(scw): add new functions to handle profiles 2025-05-02 11:01:59 +02:00

Scaleway CLI plugin

This plugin adds completion for scw, the command line interface for Scaleway.

To use it, add scw to the plugins array in your zshrc file:

plugins=(... scw)