🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

coda-tools

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coda-tools

Tools for importing/exporting data from Coda (https://www.coda.io)

0.5.7
Version published
Maintainers
1
Created

Coda Tools

A Swiss-Army knife of tools to help get data in and out of Coda (https://coda.io).

Install

https://www.nuget.org/packages/coda-tools

Usage

Credentials

All API interactions need to be authenticated. This tool uses environment variables for that.

All commands except for audit-log use the standard API key. audit-log requires an admin API key.

Environment variable keys:

  • standard API key: CODA-API-KEY
  • admin API key: CODA-ADMIN-API-KEY

If you'd like to use an ENV file (i.e. .env) - the tool will look in the following places:

  • in the current directory
  • the directory of the executable
  • 6 levels up from each of those directories
  • file with the name .env

Available Commands

CodaTools 0.2.4
Copyright © 2021 SEP, Inc

  export-table              

  ensure-columns            

  list-columns              

  list-tables               

  export-doc-permissions    

  list-docs                 

  load-table                

  audit-log                 

  help                      Display more information on a specific command.

  version                   Display version information.

Command Help

Run coda-tools help <command> for help with a specific command.

FAQs

Package last updated on 13 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts