Skip to content

Releases: Squix/airtable-devops

v1.2.1

13 Sep 09:28
831f685

Choose a tag to compare

🎉 Airtable DevOps Tools v1.2.1

✨ New feature

  • CLI can now be installed from NPM, and run from npx command!

🛠️ Installation

  • npm add airtable-devops

OR

  • Download the appropriate binary for your platform from the assets below ⬇️

v1.2.0

06 Aug 17:07

Choose a tag to compare

🎉 Airtable DevOps Tools v1.2.0

✨ New feature

  • The diff command now supports a --git and a single tracked-file option to compare two versions of the same schema file.

🐛 Bugs squashed

  • validate command errors are clearer (#15)
  • multipleSelects fields are no longer producing invalid schemas (#17)

🛠️ Installation

Download the appropriate binary for your platform from the assets below.

v1.1.2

25 Apr 16:59
0ae61de

Choose a tag to compare

🎉 Airtable DevOps Tools v1.1.2

🐛 Bugs squashed

  • Fields and tables are now sorted by their ID before being written to the schema file (#8)

🛠️ Installation

Download the appropriate binary for your platform from the assets below.

v1.1.1

25 Apr 16:22

Choose a tag to compare

🎉 Airtable DevOps Tools v1.1.1

✨ New feature

  • The get-schema command now supports a -file option to specify the absolute path where the schema will be saved. It enables the use of Git to track changes to the schema, by overwriting the file at each run.

🐛 Bugs squashed

  • This BREAKING error was resolved : Unknown conflicting option "--file-path". Did you mean option "--file"?

🛠️ Installation

Download the appropriate binary for your platform from the assets below.

v1.0.0

09 Apr 15:55

Choose a tag to compare

🎉 Airtable DevOps Tools v1.0.0

✨ Features

  • 🔎 Generate schema files representing the structure of Airtable bases.
  • ✅ Validate schema files to ensure they follow the correct structure used by this CLI.
  • 📋 Compare two schema files to see structural changes in a human-readable format.

🛠️ Installation

Download the appropriate binary for your platform from the assets below.