npx stash auth login. The native Stack client finds the
- resulting developer profile automatically, so you do not need
- environment variables on your development machine.
- >
- ),
+ command: "npx stash auth login",
+ action: null,
+ description:
+ "The native Stack client uses the developer profile automatically.",
},
{
+ value: "stash-env",
title: "stash env",
- useFor: "CI and deployed environments",
+ useFor: "CI and Deployment",
icon: Terminal,
- content: (
- <>
- Run npx stash env --name <app-env> while logged in.
- It creates a client and prints the four environment variables below. The
- access key is shown only once.
- >
- ),
+ command: "npx stash env --name + Deployment environment variables +
+
+ Both deployment methods produce the same values.
+
+ Treat CS_CLIENT_KEY and CS_CLIENT_ACCESS_KEY{" "}
+ as secrets.
+
+ + {index + 1}. {title} -
-+ + {useFor} -
-
- {content}
+
+
+
+ ))}
+
+
+ {options.map(({ value, command, action, description }) => (
+ Run:
+ {action}
+
+ {description}
- Deployment environment variables -
-
- Both deployment methods produce the same values. Treat{" "}
- CS_CLIENT_KEY and CS_CLIENT_ACCESS_KEY as
- secrets.
-