Sets Neocities files
Sets files on Neocities website using the neocities API.
The path to the file to upload, or a dictionary of files and their contents.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[PSObject] |
false | 1 | true (ByPropertyName) | Fullname FilePath Path |
The neocities credential Plural aliases are nice so are parameters that match the type name. A contextual alias is a good idea, too. And you may need to pluralize that contextual alias.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[PSCredential] |
false | 2 | true (ByPropertyName) | Credentials PSCredential NeocitiesCredential NeocitiesCredentials |
The access token
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | true (ByPropertyName) |
Set-Neocities [[-File] <PSObject>] [[-Credential] <PSCredential>] [[-AccessToken] <String>] [<CommonParameters>]