nctl raw

nctl raw

Direct access to the Nirmata REST API

Synopsis

The raw command allows querying Nirmata REST API endpoints.

nctl raw <path> [flags]

Examples


  # Basic GET request  
  nctl raw /path --url https://example.com  

  # GET request with authentication  
  nctl raw /path --url https://example.com --token your-api-token  

  # GET request allowing insecure connection  
  nctl raw /path --url https://example.com --insecure  

  # GET request with json data in a file  
  nctl raw /path --url https://example.com --file data.json  

Options

  -d, --data string     JSON data string
  -f, --file string     JSON data file
  -h, --help            help for raw
      --insecure        allow connection to an address with a self-signed or non-verifiable certificate (not recommended)
  -m, --method string   the HTTP method (default "GET")
      --token string    Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string      Nirmata server base URL (env NIRMATA_URL)

Options inherited from parent commands

  -v, --v Level   log level for V logs

SEE ALSO

  • nctl - nctl is the command line interface for Nirmata