Skip to content

Conversation

@bflam1
Copy link

@bflam1 bflam1 commented Jun 23, 2025

No description provided.

@bflam1 bflam1 requested a review from JRMendDemo June 23, 2025 21:33
9. list-all
- List all entities (products and projects) with their tags and labels.

All deletion commands prompt for confirmation before execution unless dry-run is used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would default dryRun to true instead of prompting for confirmation. We would want to encourage the ability for this to be ran in a pipeline. Requiring input makes it unusable from that standpoint.

load_dotenv()

ORG_UUID = os.getenv("ORG_UUID")
JWT_TOKEN = os.getenv("JWT_TOKEN")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script itself should handle the auth instead of relying on an Environment variable. The token can expire and generally not something you want to store.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to create a ReadMe on how to use it.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • - - [ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants