Files
coder/cli/testdata/coder_users_activate_--help.golden
2023-03-23 17:42:20 -05:00

16 lines
398 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Usage: coder users activate [flags] <username|user_id>
Update a user's status to 'active'. Active users can fully interact with the
platform
Aliases: active
$ coder users activate example_user
Options
-c, --column string-array (default: username,email,created_at,status)
Specify a column to filter in the table.
---
Run `coder --help` for a list of global options.