Skip to content

Commit f089d9b

Browse files
committed
docs(readme): remove AI, register/login, and sandbox key references
Made-with: Cursor
1 parent 5454512 commit f089d9b

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This repository is crafted with ❤️ by our talented community members. It's a
2727
- [Run - Local Simulation](#run---local-simulation)
2828
- [New Project](#new-project)
2929
- [Enable and Disable Code](#enable-and-disable-code)
30-
- [AI and sandbox auth (disabled)](#ai-and-sandbox-auth-commands-disabled)
3130
- [Countries](#countries)
3231
- [Currencies](#currencies)
3332
- [Merchants](#merchants)
@@ -211,7 +210,6 @@ ipb env-list
211210

212211
This command displays:
213212
- **API Credentials**: `INVESTEC_HOST`, `INVESTEC_CLIENT_ID`, `INVESTEC_CLIENT_SECRET`, `INVESTEC_API_KEY`, `INVESTEC_CARD_KEY`
214-
- **Optional credential fields**: `OPENAI_API_KEY`, `SANDBOX_KEY` (stored if set; AI/login commands are disabled in this build)
215213
- **Development**: `DEBUG`
216214
- **Security**: `REJECT_UNAUTHORIZED`
217215

@@ -412,7 +410,7 @@ ipb config profile delete staging
412410
- Profiles are stored in `~/.ipb/profiles/<profile-name>.json`
413411
- The active profile is stored in `~/.ipb/active-profile.json`
414412
- All profile files use secure permissions (read/write for owner only)
415-
- Profiles can contain: `clientId`, `clientSecret`, `apiKey`, `cardKey`, `openaiKey`, `sandboxKey`, `host`
413+
- Profiles can contain: `clientId`, `clientSecret`, `apiKey`, `cardKey`, `host`
416414

417415
**Profile Priority:**
418416

@@ -574,12 +572,6 @@ These commands allow you to control whether the programmable code is active on y
574572

575573
![toggle command](assets/toggle.gif)
576574

577-
### AI and sandbox auth commands (disabled)
578-
579-
The **`ipb ai`**, **`ipb bank`**, **`ipb register`**, and **`ipb login`** commands are currently **disabled** in this CLI build (they remain as hidden entry points only so existing scripts get a clear error instead of “unknown command”). Write and deploy card code with your editor and **`ipb deploy`** / **`ipb run`** instead.
580-
581-
Profile fields **`openaiKey`** and **`sandboxKey`** are still stored if you set them via **`ipb config`** for possible future use.
582-
583575
### Countries
584576

585577
Retrieve a list of countries that can be used in the card code:
@@ -792,7 +784,7 @@ ipb config --client-id <client-id> --client-secret <client-secret> --api-key <ap
792784
ipb config --profile production --client-id <id> --client-secret <secret> --api-key <key>
793785
```
794786

795-
You can also set card key and optional **`openaiKey`** / **`sandboxKey`** fields on the credentials record using additional options.
787+
You can also set **card key** and **host** on the credentials record using additional options (see `ipb config --help`).
796788

797789
**Profile Management:**
798790

@@ -919,7 +911,6 @@ The CLI uses standardized error codes to help identify and troubleshoot issues.
919911
| `E4008` | Invalid Project Name - The project name contains invalid characters |
920912
| `E4009` | Project Exists - A project with the specified name already exists |
921913
| `E4010` | File Not Found - The specified file does not exist |
922-
| `E4011` | Missing Email or Password - Email and password are required for authentication |
923914
| `E4012` | Missing Account ID - The account ID is required but was not provided |
924915
| `E5001` | Deploy Failed - Code deployment or API operation failed |
925916

0 commit comments

Comments
 (0)