-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from begris/develop
removed old documentation fragment
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ test3 [email protected] 31f117da-ac04-4c99-812e-ae5b00d87393 | |
test4 user 229bc07d-835e-4e42-a59b-ae5b00df50f2 | ||
``` | ||
|
||
#### `bw-asCredentials` && `bw-asTsvList` | ||
#### `bw-asCredentials` && `bw-asTsvList` | ||
```shell | ||
❯ bw list items --search test --organizationid null | bw-asCredentials | bw-asTsvList | ||
NAME USERNAME URL ID | ||
|
@@ -125,12 +125,6 @@ echo "Do magic on host $(bws --json host1 | bw-getCustomField Hostname) with use | |
json=$(bws --json host1); if [[ $? == 0 ]]; then h=`echo $json | bw-getCustomField Hostname`; echo echo "connect to $h"; else echo "ohh no - more lemmings"; fi | ||
``` | ||
|
||
> gocred set --credential CLIP \ | ||
> $(bw-select $(bw list items --organizationid notnull) \ | ||
> | bw-asUsernamePassword); gocred get -u --credential CLIP | ||
> | ||
> bw-copy $(bw-select $(bw list items) | bw-asUsernamePassword) | ||
### bw-user hook | ||
The hook should be implemented in your `.zshrc` or any other resource file loaded before using the plugin commands itself. | ||
|
||
|