@yahoo/uds 2.1.1 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
package/cli/env.d.ts CHANGED
@@ -20,5 +20,7 @@ declare module 'bun' {
20
20
  UDS_ID?: string;
21
21
  /** UDS sync command - filename to write the config output */
22
22
  UDS_OUT_FILE?: string;
23
+ /** UDS team slug for CLI */
24
+ UDS_TEAM_SLUG?: string;
23
25
  }
24
26
  }