---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Perform record operations using ServiceNow CLI

# Perform record operations using ServiceNow CLI {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Create, read, update, delete, and query records in your instance using the ServiceNow CLI command-line tool.
* [Install the ServiceNow CLI](https://servicenow-prod.fluidtopics.net/26mG_JaYJGmgFuKUfFJ2UQ "Install the ServiceNow CLI on a Mac, Windows, or Linux machine.")
* [Configuring and managing your ServiceNow CLI connection profiles](https://servicenow-prod.fluidtopics.net/uaN9bVliBwHhZQEKjuoqhg "Create a connection profile to connect with your instance, view connection profiles, refresh your connection and available commands, or delete profiles you no longer need.")
{#manage-records__ul_w2d_jbd_l4b}  
Nota:  
To perform record operations, install the CLI Metadata application from the ServiceNow Store on the instance you want to connect to.
* **[Create a record](https://servicenow-prod.fluidtopics.net/8APsbDSb9d0oeNkQoHGixg)**   
  Inserts a single record in a specified table.
* **[Delete a record](https://servicenow-prod.fluidtopics.net/pB8MT0N~enOPX~1nRRogWg)**   
  Deletes the specified record from the specified table.
* **[Get a record](https://servicenow-prod.fluidtopics.net/LA55lzTL4zRk1zDIi9jS0A)**   
  Retrieves a single record based on the specified sys_id from the specified table.
* **[Query records](https://servicenow-prod.fluidtopics.net/3pNUh6eYT4HyoiRcLSeDCg)**   
  Retrieves multiple records from a specified table.
* **[Update a record](https://servicenow-prod.fluidtopics.net/hPc~UTzIoDfh3dffvvgo9A)**   
  Updates the specified record with the given data attributes.

