-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathAlias.psd1
More file actions
28 lines (26 loc) · 630 Bytes
/
Alias.psd1
File metadata and controls
28 lines (26 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@{
Assets = 'Asset'
Containers = 'Container'
Directories = 'Folders'
Directory = 'Folder'
EntryPoints = 'EntryPoint'
Extensions = 'Extension'
Exports = 'Export'
ExtendedCommand = 'Extension'
ExtendedCommands = 'Extension'
Servers = 'Server'
Services = 'Service'
WebServices = 'Service'
WebService = 'Service'
WebCommands = 'Service'
WebCommand = 'Service'
Domain = 'Server'
Domains = 'Server'
Sites = 'Site'
Website = 'Site'
Websites = 'Site'
Routes = 'Route'
Router = 'Route'
Routers = 'Route'
Topics = 'Topic'
}