...
This will show you all available property.*
pipeline commands and their description in the terminal.
Another possibility (only:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
...
This will list all available commands to manage properties in the property store. Click on such a command to get details about it or to execute it online.
If you want to manage the property store from your local command line, you can call any of these commands also using the CLI:
Code Block |
---|
pi command COMMAND_NAME PARAM1=VALUE1 PARAM2=VALUE2 |
See Command Line Interface (CLI) for more details about using the CLI.
Create a new property
To create a new property, you need to use the command property.schema.put
.
...
See this link of your instance for details about this command (replace NAMESPACE by your real namespaceonly:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
https://portal-NAMESPACE.pipeforce.net/#/pipeform?pipe=property.schema.put
...
Note: The property must already exist before you set its value using. So use property.schema.put
to define the property and then property.put
to set its value.
...
See this link of your instance for details about this command (replace NAMESPACE by your real namespaceonly:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
https://portal-NAMESPACE.pipeforce.net/#/pipeform?pipe=property.put
...
Info |
---|
Why are there two different commands to create a property and set its value? |
...
See this link of your instance for details about this command (replace NAMESPACE by your real namespaceonly:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
https://portal-NAMESPACE.pipeforce.net/#/pipeform?pipe=property.schema.delete
...
See here how to setup such a customization workspace: Local Low-Code Workspace
See here for a getting started guide how to setup the CLI and use the local workspace: https://logabit.atlassian.netnull/pages/createpage.action?spaceKey=DEVEX&title=Getting%20Started%20-%20Basics&linkCreation=true&fromPageId=988807265 .
Working with Visual Studio Code
...