Skip to content

[0.0.2-dev] - 2021.06.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@straubt1 straubt1 released this 21 Jun 00:40
· 68 commits to main since this release
  • hostname, organization and token can now be set with the respective environment values to align with TFE Provider. (#7)
    • TFE_HOSTNAME
    • TFE_ORGANIZATION
    • TFE_TOKEN
  • Added "message" flag to tfx run and tfx plan commands. (#8)
  • tfx workspace commands
    • list - List all workspaces in an Organization (optional workspace name search string)
    • list all - List all workspaces in All Organizations the API token has access to (optional workspace name search string)
    • show - Show details of a workspace
  • tfx metrics command to pull details about TFx (this command is hidden)
    • Organization Count
    • Workspace Count
    • Run Count
    • Policy Check Count
    • Policies Pass/Fail Count
  • tfx metrics workspace command to get run metrics for all workspaces in a single organization (this command is hidden)
    • Can filter on start date
    • Output:
      • Workspace Name
      • Total Runs
      • Errored Runs
      • Discarded Runs
      • Cancelled Runs