Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0e47909

Browse files
committed
fixup! Aggregate generated docs into one file
1 parent 324d72c commit 0e47909

File tree

1 file changed

+0
-163
lines changed

1 file changed

+0
-163
lines changed

docs/coder_cli_all_docs.md

Lines changed: 0 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ coder provides a CLI for working with an existing Coder Enterprise installation
1717
* [coder envs](#coder-envs) - Interact with Coder environments
1818
* [coder login](#coder-login) - Authenticate this client for future operations
1919
* [coder logout](#coder-logout) - Remove local authentication credentials if any exist
20-
* [coder secrets](#coder-secrets) - Interact with Coder Secrets
2120
* [coder sh](#coder-sh) - Open a shell and execute commands in a Coder environment
2221
* [coder sync](#coder-sync) - Establish a one way directory sync to a Coder environment
2322
* [coder urls](#coder-urls) - Interact with environment DevURLs
@@ -243,168 +242,6 @@ coder sh front-end-dev cat ~/config.json
243242
* [coder](#coder) - coder provides a CLI for working with an existing Coder Enterprise installation
244243

245244

246-
## coder secrets
247-
248-
Interact with Coder Secrets
249-
250-
### Synopsis
251-
252-
Interact with secrets objects owned by the active user.
253-
254-
### Options
255-
256-
```
257-
-h, --help help for secrets
258-
--user string Specify the user whose resources to target (default "me")
259-
```
260-
261-
### Options inherited from parent commands
262-
263-
```
264-
-v, --verbose show verbose output
265-
```
266-
267-
### SEE ALSO
268-
269-
* [coder](#coder) - coder provides a CLI for working with an existing Coder Enterprise installation
270-
* [coder secrets create](#coder-secrets-create) - Create a new secret
271-
* [coder secrets ls](#coder-secrets-ls) - List all secrets owned by the active user
272-
* [coder secrets rm](#coder-secrets-rm) - Remove one or more secrets by name
273-
* [coder secrets view](#coder-secrets-view) - View a secret by name
274-
275-
276-
## coder secrets view
277-
278-
View a secret by name
279-
280-
```
281-
coder secrets view [secret_name] [flags]
282-
```
283-
284-
### Examples
285-
286-
```
287-
coder secrets view mysql-password
288-
```
289-
290-
### Options
291-
292-
```
293-
-h, --help help for view
294-
```
295-
296-
### Options inherited from parent commands
297-
298-
```
299-
--user string Specify the user whose resources to target (default "me")
300-
-v, --verbose show verbose output
301-
```
302-
303-
### SEE ALSO
304-
305-
* [coder secrets](#coder-secrets) - Interact with Coder Secrets
306-
307-
308-
## coder secrets rm
309-
310-
Remove one or more secrets by name
311-
312-
```
313-
coder secrets rm [...secret_name] [flags]
314-
```
315-
316-
### Examples
317-
318-
```
319-
coder secrets rm mysql-password mysql-user
320-
```
321-
322-
### Options
323-
324-
```
325-
-h, --help help for rm
326-
```
327-
328-
### Options inherited from parent commands
329-
330-
```
331-
--user string Specify the user whose resources to target (default "me")
332-
-v, --verbose show verbose output
333-
```
334-
335-
### SEE ALSO
336-
337-
* [coder secrets](#coder-secrets) - Interact with Coder Secrets
338-
339-
340-
## coder secrets ls
341-
342-
List all secrets owned by the active user
343-
344-
```
345-
coder secrets ls [flags]
346-
```
347-
348-
### Options
349-
350-
```
351-
-h, --help help for ls
352-
```
353-
354-
### Options inherited from parent commands
355-
356-
```
357-
--user string Specify the user whose resources to target (default "me")
358-
-v, --verbose show verbose output
359-
```
360-
361-
### SEE ALSO
362-
363-
* [coder secrets](#coder-secrets) - Interact with Coder Secrets
364-
365-
366-
## coder secrets create
367-
368-
Create a new secret
369-
370-
### Synopsis
371-
372-
Create a new secret object to store application secrets and access them securely from within your environments.
373-
374-
```
375-
coder secrets create [secret_name] [flags]
376-
```
377-
378-
### Examples
379-
380-
```
381-
coder secrets create mysql-password --from-literal 123password
382-
coder secrets create mysql-password --from-prompt
383-
coder secrets create aws-credentials --from-file ./credentials.json
384-
```
385-
386-
### Options
387-
388-
```
389-
--description string a description of the secret
390-
--from-file string a file from which to read the value of the secret
391-
--from-literal string the value of the secret
392-
--from-prompt enter the secret value through a terminal prompt
393-
-h, --help help for create
394-
```
395-
396-
### Options inherited from parent commands
397-
398-
```
399-
--user string Specify the user whose resources to target (default "me")
400-
-v, --verbose show verbose output
401-
```
402-
403-
### SEE ALSO
404-
405-
* [coder secrets](#coder-secrets) - Interact with Coder Secrets
406-
407-
408245
## coder logout
409246

410247
Remove local authentication credentials if any exist

0 commit comments

Comments
 (0)