You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: support importing resources by fully qualified names (#84)
Previously, user, group and template resources could only be imported
via their UUIDs. The `coder/coder` frontend doesn't expose these UUIDs
to the user, so we should provide an alternative, more user-friendly way
to import resources.
User resources: ID or username, since usernames must be unique, even
across multiple orgs.
Template resources: ID or `<organization-name>/<template-name>`
Group resources: ID or `<organization-name/<group-name>`
0 commit comments