Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding comments for user-defined-types #7699

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. Adding comments for user-defined-types

    This commit adds new commands and capabilities for working with user-defined-types in the CLI.
    
    Some new commands:
    
    - `rad resourceprovider *`: CRUDL lifecycle management for a resource provider.
    - `rad resourceprovider new`: Scaffolding a template for a resource provider.
    - `rad resourcetype [show|list]`: RL lifecycle management for resource types (read-only).
    - `rad resource create`: CU lifecycle management for any resource type.
    
    Also updated `rad resource delete` and similar commands to work with user-defined-types. Many commands validate a fixed list of resource types, this update allows commands to work with an arbitrary resource type.
    
    Signed-off-by: Ryan Nowak <nowakra@gmail.com>
    rynowak committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    03ddd4a View commit details
    Browse the repository at this point in the history