sow-keys
Import the Client and Command:
import { Client, Command } from 'amps';
Constructing the command:
const subCmd = new Command('sow').topic(topic).sowKeys(comma_delimited_key_string);
The command can now be used in execute.
Import the Client and Command:
import { Client, Command } from 'amps';
Constructing the command:
const subCmd = new Command('sow').topic(topic).sowKeys(comma_delimited_key_string);
The command can now be used in execute.