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 importedvia their UUIDs. The `coder/coder` frontend doesn't expose these UUIDsto the user, so we should provide an alternative, more user-friendly wayto import resources.User resources: ID or username, since usernames must be unique, evenacross multiple orgs.Template resources: ID or `<organization-name>/<template-name>`Group resources: ID or `<organization-name/<group-name>`