Skip to content

Release v0.2.0: Introducing the `diff` Command

Compare
Choose a tag to compare
@ge3224 ge3224 released this 04 Sep 00:37
· 10 commits to main since this release

In this release, we have added a new diff command to compare the state of a local path in your project with the corresponding path on your Neocities website.

What's New

The diff Command

With the new diff command, you can:

  • Compare local files and directories with their counterparts on your Neocities website.
  • Identify missing files.
  • Detect differences in file content and timestamps.

How to Use the diff Command

The diff command is now available alongside other Neocities CLI commands. Simply run:

neocities_cli diff <local-path>

Where:

  • <local-path> is the path to a local directory in your project.

Getting Started With Neocities CLI

To begin using the diff command and the Neocities CLI, follow the setup instructions in our README and set up your environment variables.

Feedback and Contributions

We welcome your feedback and contributions to make Neocities CLI even better. Feel free to report any issues or suggest improvements on our GitHub repository.

License

Neocities CLI is released under the MIT License. See our LICENSE for more details.

Thank you for using Neocities CLI!