@tanagram/cli 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.go +0 -6
- package/package.json +1 -1
package/main.go
CHANGED
|
@@ -179,10 +179,7 @@ USAGE:
|
|
|
179
179
|
COMMANDS:
|
|
180
180
|
run Check git changes against policies (default)
|
|
181
181
|
login Authenticate with Tanagram using Stytch B2B
|
|
182
|
-
<<<<<<< HEAD
|
|
183
182
|
sync-policies Sync cloud policies from Tanagram
|
|
184
|
-
=======
|
|
185
|
-
>>>>>>> origin/main
|
|
186
183
|
snapshot Create a snapshot of current file state (used by PreToolUse hook)
|
|
187
184
|
sync Manually sync instruction files to cache
|
|
188
185
|
list Show all cached policies
|
|
@@ -195,10 +192,7 @@ EXAMPLES:
|
|
|
195
192
|
tanagram # Check changes (auto-syncs if files changed)
|
|
196
193
|
tanagram run # Same as above
|
|
197
194
|
tanagram login # Authenticate with Tanagram
|
|
198
|
-
<<<<<<< HEAD
|
|
199
195
|
tanagram sync-policies # Sync cloud policies from Tanagram
|
|
200
|
-
=======
|
|
201
|
-
>>>>>>> origin/main
|
|
202
196
|
tanagram snapshot # Create snapshot before making changes
|
|
203
197
|
tanagram sync # Manually sync local instruction files
|
|
204
198
|
tanagram list # View all cached policies
|