We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
internalName
spo field
Currently, when using spo field commands, we can only specify fields by title or id. A common way to specify a field is by its internal name.
title
id
Let's add a new option --internalName [internalName] so people can reference fields by its internal name as well.
--internalName [internalName]
Commands to update:
spo field get
spo field remove
spo field set
The text was updated successfully, but these errors were encountered:
May I work on this!
Sorry, something went wrong.
Sure, thanks!
ktskumar
Successfully merging a pull request may close this issue.
Currently, when using
spo field
commands, we can only specify fields bytitle
orid
. A common way to specify a field is by its internal name.Let's add a new option
--internalName [internalName]
so people can reference fields by its internal name as well.Commands to update:
spo field get
spo field remove
spo field set
The text was updated successfully, but these errors were encountered: