PackageTrack
Sign in Get early access

github.com/Pluralith/pluralith-cli

v0.2.2 Pluralith/pluralith-cli

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships fairly regularly

a new release about every 3 weeks

Some releases are documented

notes for 10 of 26 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

29 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

29 releases · Jan 2022 to Mar 2023
2023 2024 2025 2026
Release Pre-release

Releases

latest 29
  1. v0.2.2 23 Mar 2023
    Release notes

    Overview

    • Support passing custom paths to pluralith.yml config via --config-file flag

    Changelog

    • 2c03ddb Merge pull request #108 from Pluralith/dev
    • 598487b feat: Implement support for custom config files
    • 903e77f feat: Improve config loading priority
    Open source →
  2. v0.2.1 28 Feb 2023
    Release notes

    Overview

    • Introduce first version of graphing user input
    • Throw errors on config verification failure to terminate CI runs properly
    • Upgrade net package for improved security

    Changelog

    • 853e0f1 Merge branch 'dev'
    • de8245f Merge pull request #100 from Pluralith/dev
    • 3ecae39 Merge pull request #101 from Pluralith/dev
    • 7cc4e93 Merge pull request #99 from Pluralith/feature-graphing-user-config
    • 4fb1684 chore: Update version
    • b0fa7b1 feat: Support graphing user config
    • f91e5d9 fix: Ensure failure for project creation on missing project name
    • fe4f017 fix: Resolve diagram config parsing issue
    • 8ae9766 fix: Throw proper errors on org and project verification
    • 08e0eeb fix: Update net package to patch security issue
    Open source →
  3. v0.2.0 23 Jan 2023
    Release notes

    Overview

    • Introduce new local runs - see the docs for more information
      • End-of-life for Pluralith desktop app
    • Introduce new graph command for improved local runs
    • Fix various issues

    Changelog

    • 2268b30 Merge pull request #96 from Pluralith/feature-replace-desktop-app
    • ec797e1 Merge pull request #97 from Pluralith/dev
    • a55fd0c chore: Update code signing certificate name
    • 5a66786 chore: Update various texts
    • 4a0d483 chore: Update version
    • f24e4a9 feat: Add dashboard user settings URL
    • 6067131 feat: Avoid opening desktop app on pluralith command
    • f234f5f feat: Improve API key verification
    • 977215c feat: Introduce graph local-only flag
    • 5ae57ad feat: Remove deprecated commands
    • 41bc9cf feat: Rework graph command
    • 2b609f6 feat: Update API endpoints to production
    • 133bc23 fix: Properly terminate graph post spinner
    Open source →
  4. v0.1.22 07 Dec 2022
    Release notes

    Overview

    • Add version tagging feature for CI runs (specify a version in pluralith.yaml to see version tags in the dashboard)
    • Extend pluralith strip command

    Changelog

    Open source →
  5. v0.1.21 01 Dec 2022
    Release notes

    Overview

    • Extend pluralith strip command

    Changelog

    Open source →
  6. v0.1.20 16 Nov 2022
    Release notes

    Overview

    • Improve init wizard
    • Improve CLI usability in CI

    Changelog

    • d3fab66 Merge pull request #85 from Pluralith/dev
    • c5b061b feat: Add no-inputs flag to init command for use in CI
    • 61df9bd feat: Improve init wizard conditional inputs
    • 75cc090 feat: Update version
    • 6c6f7d4 fix: Prevent run command from running if init is not valid
    Open source →
  7. v0.1.19 14 Nov 2022
    Release notes

    Overview

    • Introduce auto-generated projects (See #77)
    • Improve init flow
    • Support passing run parameters through environment variables as alternative to config file and command flags:
      • API Key -> $PLURALITH_API_KEY
      • Org Id -> $PLURALITH_ORG_ID
      • Project Id -> $PLURALITH_PROJECT_ID
      • Project Name -> $PLURALITH_PROJECT_NAME

    Changelog

    • 518c186 Merge pull request #82 from Pluralith/feature-auto-generate-projects
    • 17d5b04 Merge pull request #83 from Pluralith/dev
    • 8fa8b84 chore: Restructure auth and initialization packages
    • 78a39ad chore: Switch to production endpoints
    • 7972e75 chore: Update various command flag help texts
    • e9676c0 chore: Update version
    • a5bb110 feat: Adjust log run and post resource event API calls
    • 45524e4 feat: Commit progress with reworked init process
    • 82d0fb4 feat: Extend strip blacklist
    • 687a47e feat: Handle various combinations of parameter cases
    • 094f231 feat: Implement check and input modes for init method
    • 51183eb feat: Implement project creation if not already existing
    • 1ccf509 feat: Let user specify sync to backend in config and update config template
    • 95036bd feat: Reimplement API key check on graph and make progress with config verification
    • 4d79fd7 feat: Restructure empty config generation
    Open source →
  8. v0.1.18 08 Nov 2022
    Release notes

    Overview

    • Introduce syncing diagram to state backend (currently supported backends are S3, GCS and Azure Blob Storage)
      • Add sync-to-backend flag to the end of any pluralith run command to store a copy of the diagram alongside your Terraform state
    • Improve experimental terragrunt support

    Changelog

    • 44fb742 Merge pull request #71 from Pluralith/feature-diagram-in-tf-backend
    • 80f4fc7 Merge pull request #72 from Pluralith/dev
    • de4df10 chore: Adapt backend naming
    • 5faa79f chore: Commit progress on auto-update mechanism
    • d7e0538 chore: Commit progress with storing diagram in Azure backend
    • b3e54cd chore: Update version
    • fe3d0bd feat: Add flag for syncing diagram to backend
    • 9068545 feat: Add support for storing diagram at multi-level state key
    • 291df86 feat: Check if remote backend exists and handle if not
    • 1b49790 feat: Commit progress with storing diagram in Azure backend
    • f385658 feat: Handle loading backend config from state for three big providers
    • d30b052 feat: Handle unsupported backends
    • 1a025b6 feat: Implement storing diagram in Azure backend
    • 2638ae1 feat: Implement storing diagram in S3 backend
    • 1a32d8e feat: Implement storing diagram in gcs backend
    • ae51ab2 feat: Improve splitting json plan
    • 26a2c41 feat: Introduce passing existing plan files to run commands
    • 1bdbdbd feat: Make terraform init check conditional on plan file presence
    • c93072e feat: Rework apply UX to show terraform outputs
    • 11c4f9f fix: Add returns on error in run command entry files
    • 43cb49b fix: Adjust spinner message
    • 63a267d fix: Resolve issue with error message on successful backend sync
    • b54f669 fix: Resolve issue with terraform init skip on plan-file-json pass
    Open source →
  9. v0.1.17 17 Oct 2022
    Release notes

    Overview

    • Support WSL on graph module

    Changelog

    • 7c06d4a Merge pull request #67 from Pluralith/dev
    • f7da4ae chore: Update version
    • 30d43ea feat: Pass wsl flag to graph module
    Open source →
  10. v0.1.16 11 Oct 2022
    Release notes

    Overview

    • Fix issue with cost usage file flag
    • Automatically keep graph-module up to date
    • Improve secret filtering

    Changelog

    • 454a7da Merge branch 'dev'
    • 277a595 Merge pull request #65 from Pluralith/dev
    • cbda5e3 chore: Update version
    • 4f01a2b feat: Restrict plan splitting to JSON input
    • 92d1123 fix: Correct cost usage file flag
    • d17bcab fix: Make graph module update checks silent
    • b4b8efc fix: Resolve issue with automatic graph module update checking
    Open source →
  11. v0.1.15 10 Oct 2022

    Nothing published for this version

  12. v0.1.14 07 Oct 2022

    Nothing published for this version

  13. v0.1.13 20 Sep 2022

    Nothing published for this version

  14. v0.1.13-alpha 11 Aug 2022 pre-release

    Nothing published for this version

  15. v0.1.12 11 Aug 2022

    Nothing published for this version

  16. v0.1.11 04 Jul 2022

    Nothing published for this version

  17. v0.1.11-alpha 01 Jul 2022 pre-release

    Nothing published for this version

  18. v0.1.10 08 Jun 2022

    Nothing published for this version

  19. v0.1.9 07 Jun 2022

    Nothing published for this version

  20. v0.1.8 02 May 2022

    Nothing published for this version

  21. v0.1.7 05 Apr 2022

    Nothing published for this version

  22. v0.1.6 21 Mar 2022

    Nothing published for this version

  23. v0.1.5 13 Mar 2022

    Nothing published for this version

  24. v0.1.4 07 Mar 2022

    Nothing published for this version

  25. v0.1.3 21 Feb 2022

    Nothing published for this version

  26. v0.1.2 10 Feb 2022

    Nothing published for this version

  27. v0.1.1 01 Feb 2022

    Nothing published for this version

  28. v0.1.0 30 Jan 2022

    Nothing published for this version

  29. v0.0.0-20220920001401-7f9c13629445 20 Sep 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive